Q&A Discussões
Avec mon exécuteur
-2 Votos
1 RespostaВвод и Вывод
-2 Votos
2 Respostasusing 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 Votos
3 RespostasQuente hoje
Audio adding
1 Votes
playground input
0 Votes
What is problem in this code
0 Votes
Stuck in Quize
1 Votes
Software developer
0 Votes
C Program
0 Votes
TIPS From Veterans
1 Votes
How I can use div
0 Votes