Q&A Discussions
What will be the output???
2 Votes
7 AnswersHow to code an Environment?
0 Votes
2 AnswersObject oriented thinking
7 Votes
2 Answersusing 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
Saturn League badge
2 Votes
Sololearn keeps crashing
1 Votes
Lua course?
2 Votes
certificate
1 Votes
CSS
1 Votes
Adding an image to my html
0 Votes
Not able to activate account
0 Votes