October 2018 2 35 Report

Witam. Potrzebuję pomocy w przepisaniu tego oto programu który jest napisany w jezyku Pascal na język C++ . Będzie naj jeśli wszystko będzie się ładnie kompilować. Program musi być cały od a do z. Bardzo Prosze o pomoc.

Oto program:

var age: integer;

begin

WriteLn('Informacja o autorze');

WriteLn;

Write('Podaj swoj wiek: ');

ReadLn(age);

If age = 0 then WriteLn('Na pewno masz 0 lat?');

If age >= 18 then

WriteLn('Jestes pelnoletni!')

else

WriteLn('Nie jestes pelnoletni!');

If age<>0 then

If age=18 then WriteLn('Masz 18 lat! Gratulacje')

else WriteLn('Nie masz 18 lat');

ReadLn;

end.


More Questions From This User See All

Recommend Questions



Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.