class Program
{
static void Main(string[] args)
{
int x = 4, b = 2;
x -= b /= x * b;
Console.WriteLine(x + " " + b);
Console.ReadLine();
}
}
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Feb 19, 2022, 7:06 AM
Muhammad Imran AnsariPosted Feb 18, 2022, 10:28 PM
Himanshu MishraPosted Feb 18, 2022, 6:55 PM
Nitin SontakkePosted Sep 8, 2016, 3:32 AM