Dyskusje Q&A
What is the point of void?
0 głosów
2 odpowiedziWhy it don't worked?
0 głosów
3 odpowiedziWhy so many brackets?!
0 głosów
7 odpowiedziusing 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 Głos
7 odpowiedziFunctions and return type
0 głosów
2 odpowiedziPodrían ayudarme con esto??
0 głosów
1 OdpowiedźString[]args
0 głosów
1 OdpowiedźPopularne dzisiaj
Control Flow
2 Votes
How to use the get() method
2 Votes
Game Dev Path
1 Votes
How to get account back?
1 Votes
So this what I'm trying to solve
2 Votes
PHP Tutorial Idea
1 Votes
Problem whit Javascript
1 Votes