+ 1
How I can do division? Say Please 🙏🏼
2 Respuestas
+ 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/
+ 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