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
Can I learn from sololearn for free ?If yes then why can't I open the next level in genai course?
0 Votes
Hello guys
0 Votes
Cvv fullz
0 Votes
How to make a message in python
0 Votes
HW help
0 Votes
Übersetzung deutsch
0 Votes
Layout or SplashActivity
1 Votes
Kaleidoscopes
1 Votes