Dyskusje Q&A
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 głosów
3 odpowiedziPopularne dzisiaj
Activities on sololearn
6 Votes
Html issue
2 Votes
Can you help me ?
1 Votes
Code coach
1 Votes
What am I doing wring?
1 Votes
Computer architecture
1 Votes
App development 🔥☝️
1 Votes
Playground input
1 Votes