Dyskusje Q&A
Avec mon exécuteur
-2 głosów
1 OdpowiedźВвод и Вывод
-2 głosów
2 odpowiedziusing System;
namespace GoodProgrammerTest
{
class Program
{
static void Main(string[] args)
{
Console.Write("Enter Yes or No");
Console.Write(
"Do you programme every day? : ") ;
int answer = Console.ReadLine();
if (answer =="Yes")
{
Console.WriteLine(
"You will be a good programmer");
}
else
{
Console.WriteLine(
"You will not be a good programmer");
}
}
}
}
2 głosów
3 odpowiedziPopularne dzisiaj
Audio adding
1 Votes
What is problem in this code
0 Votes
playground input
0 Votes
Software developer
0 Votes
How I can use div
0 Votes
Html issue
0 Votes
TIPS From Veterans
1 Votes
Playground input
0 Votes