Discussions Q&R
using 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 Votes
3 RéponsesAujourd'hui en vedette
Activities on sololearn
3 Votes
What is problem in this code
1 Votes
playground input
1 Votes
Html issue
2 Votes
How I can use div
1 Votes
TIPS From Veterans
1 Votes
Can you help me ?
1 Votes
Playground input
1 Votes