December 2018 2 7 Report
Program ma wczytywać znaki do póki nie wpiszemy kolejno gwiazdki i kropki, i znowu coś nie tak/

#include
#include

int main()
{ char a;
do{
printf("Wprowadz znak:\n");
scanf("%c",&a);}
while((a!='*')&&(a!='.'));
return 0;
}

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.