F&A Diskussionen
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 Stimmen
3 AntwortenHeute heiß
How its output is 2 but not 3
0 Votes
Hi
0 Votes
Checking personal activity
0 Votes
Help
0 Votes
Use of global function in c
0 Votes
Python
0 Votes
Full form of HTML
0 Votes
Où mettre SQL
0 Votes