+ 1
Why are the code, header, bold, ...etc buttons disabled on sololearn's lesson creator.
4 ответов
+ 7
Sure thing :]
+ 6
You need to select the text you want to transform, then they become enabled
+ 1
Thank you!
0
#include <stdio.h>
int main() {
int n;
scanf("%d",&n);
if(n<8)printf ("twbykh");
else if(n==10)printf ("lashay");
else if (n>14)printf("sharaf");
else if(n>16) printf ("tashjie");
return 0;
}