If we have \(x = 10\) and \(y = 4\), then \(x/y = 2.5\).
text…
Some source code
// simple main function int main() { return 0; }