โ Back to Printing
Question 299
Print a Fraction
Print a Fraction
Two integersnum = 3andden = 4are given. Print them as a fraction with a slash between them and no spaces: 3/4
Expected Output:
3/4
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cout, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.