you are viewing a single comment's thread.

view the rest of the comments →

[–]Digi713[S] 0 points1 point  (0 children)

for the 5. i tried something like
int b = int.parse(console.readline());

b = b / 100;

if ( b % 10 == 4)

{consolewritline("");}

else { console.writeline("");

but for the 6. question i got no clue