Jump to content

Recommended Posts

Posted

Geia sas.sto sxoleio m o ka8igitis mas evale mia askisi se PASCAL....alla egw dn 3r kai pola g auto 8l tn voithia sas.8a h8ela ton kodika apo tin askisi p 8a sas zitisw :

"na ginei programa pou na dexete arithmous kai na bgazei ws apotelesma to athrisma tous. kathe fora afou ginei eisagwgh tou kathe arithmou tha mas rwtaei an theloume na sinexisoume h oxi."

Euxaristw

Posted

program Askisi;

uses wincrt;

var arithmos, athroisma:real; erwthsh:char;

begin

repeat

writeln("Dwse enan arithmo");

readln(arithmos);

athroisma:=athroisma+arithmos;

writeln("Theleis na sunexiseis? An nai pata to koympi "y" an oxi pata to koympi "n"");

readln(erwthsh);

until erwthsh:="n"

writeln("To athroisma ton arithmwn einai:", athroisma);

end.

 

Πες μου αν δουλεύει.

Posted

program Askisi;

uses wincrt;

var arithmos, athroisma:real; erwthsh:char;

begin

repeat

writeln("Dwse enan arithmo");

readln(arithmos);

athroisma:=athroisma+arithmos;

writeln("Theleis na sunexiseis? An nai pata to koympi "y" an oxi pata to koympi "n"");

readln(erwthsh);

until erwthsh:=n

writeln("To athroisma ton arithmwn einai:", athroisma);

end.

 

Πες μου αν δουλεύει.

Νομίζω αυτό δεν είναι σωστό.
Posted

Νομίζω αυτό δεν είναι σωστό.

Έχω να κάνω Pascal ένα χρόνο και μπερδεύομαι απο την C. Γιατί να μην είναι σωστό;
Posted

Και εγώ έχω 2 χρόνια να ασχοληθώ με Pascal :P

Πολύ απλά δεν γίνεται ανάθεση τιμής εκεί και έχω την εντύπωση θα πρέπει να υπάρχει σκέτη σύγκριση.

until erwthsh="n"

Ίσως χρειαστούν και τα εισαγωγικά.

Posted

katevazw to pascal...Alla, sto sxoleio dn exoume kanei to "repeat" kai to "until" ginete xwris afta?

LOL. Με If ίσως γίνεται.. Κάνατε case?
Posted

Και πάλι, δεν μπορώ να σκεφτώ πως θα το κάνεις με If. Εν το μεταξύ αφού σου λέει κάθε φορά να γίνεται ερώτηση, αναγκαστηκά είναι repeat.

Posted

While κάνατε;

Repeat..until καλύτερα για να κάνει πρώτα μια επανάληψη χωρίς να του κάνει ερώτηση, για να απαντήσει ναι ή όχι.
Posted

While κάνατε;

Σιγουρα εχουνε κανει ειναι στο πρωτο 6μηνο while μαθαινουν στα πρωτα μαθηματα οποτε νομιζω πως την εχουν μαθει.
Posted

Repeat..until καλύτερα για να κάνει πρώτα μια επανάληψη χωρίς να του κάνει ερώτηση, για να απαντήσει ναι ή όχι.

Σου βαζουν ασκησεις να τις κανεις συμφωνα με τις μεθοδους που σας εχουν μαθει οχι με καποιες που θα τις μαθουν στην πορεια.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...