Dyskusje Q&A
Help me!
0 głosów
2 odpowiedziWhat will be the output???
2 głosów
7 odpowiedziHow to code an Environment?
0 głosów
2 odpowiedziObject oriented thinking
7 głosów
2 odpowiedziusing 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
Quiz App: Step 3, Restart Button
0 Votes
How to do a responsive page?
1 Votes
Running a python code
1 Votes
PHP
0 Votes
How create a new language ?
0 Votes
Ai in future
1 Votes
Hola
0 Votes