Sesiones de PyR
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 Votos
3 RespuestasEn tendencia hoy
Decorators in python.
2 Votes
Need help
1 Votes
How to install Bcrypt here
1 Votes
Pointers in c#
1 Votes
Please click me
0 Votes
Hello !
0 Votes
Help
1 Votes