How I can do division? Say Please 🙏🏼 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How I can do division? Say Please 🙏🏼

20th Feb 2021, 3:19 PM
New_Story
New_Story - avatar
2 Answers
+ 3
You can read about it in this chapter. I suggest you to join and complete the C language tutorial 👍 https://www.sololearn.com/learn/C/2917/
20th Feb 2021, 3:26 PM
Ipang
+ 1
The syntax for Division is / Example : C# : int num = 5/1 Console.WriteLine("num") This return 5 cause 5 divide by 1 is 5
21st Feb 2021, 2:26 PM
CodingDuck
CodingDuck - avatar