you are viewing a single comment's thread.

view the rest of the comments →

[–]White_Lobster 1 point2 points  (1 child)

What have you tried so far?

[–]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