La nuova BBS è in fase Alpha. I post precedenti al 22 luglio 2024 potrebbero non essere trasferibili, ma rimarranno disponibili per la lettura su /old/.
Hugz & xXx
-
Hugz & xXx
program SumTwoNumbers;
var
num1, num2, sum: integer;begin
writeln('Enter the first number: ');
readln(num1);writeln('Enter the second number: ');
readln(num2);sum := num1 + num2;
writeln('The sum is: ', sum);
readkey;
end. -
G gustavinobevilacqua@mastodon.cisti.org shared this topic
-
@MelissaBearTrix why does this remind me of pascal?
-
Because it is
I've just started to learn it ... It's the next new thing ... Giggles
And, no I'm not ... Hugz
Hugz & xXx
-
@MelissaBearTrix @delProfundo I was going to say... Pascal is the language that refuses to die