Q&A Discussions
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 AnswersHot today
Functions in python
2 Votes
Answer please
0 Votes
How to make a playground
1 Votes
For Mobile app
0 Votes
I need advice
0 Votes
I need advice
0 Votes
Html 5 document question
1 Votes
Paint costs
1 Votes