Discussioni Q&A
Why it don't worked?
0 Voti
3 RisposteWhy so many brackets?!
0 Voti
7 Risposteusing System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SoloLearn
{
class Program
{
static void Main(string[] args)
{
int age = Convert.ToInt32(Console.ReadLine());
int broAge = Convert.ToInt32(Console .Readline());
Console.WriteLine("You are {0} years old", "your bro is {1}", age, broAge );
}
}
}
-1 Voto
8 RispostePopolare oggi
Course Doubt
1 Votes
Lesson Takeaways
0 Votes
How do i make a lexer and parser
1 Votes
Help
1 Votes
Data analysis
0 Votes
Saved code
0 Votes