Q&A Discussions
Where condition.
0 Votes
2 AnswersIs there a jump statement?
0 Votes
4 AnswersWhy do I need an empty list?
0 Votes
1 Answercreating library functions
0 Votes
1 Answerwhich program to choose
0 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
Where is the bug?
1 Votes
HTML
0 Votes
How can I start coding an app
0 Votes
Python help
1 Votes
What is the output and why
0 Votes
I want an advice
1 Votes
Can you build webs with java?
1 Votes
API KEY
0 Votes