Обсуждения
int main() { cout<<(1&&45||0); }
0 голосов
1 ответVoid test(){ int i; }
0 голосов
2 ответовCurly brackets, this: { and this: }
0 голосов
3 ответовusing 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 голос
8 ответовfunction multiply(a, b){ a * b }
0 голосов
1 ответ