CJCoding With Joseph

Multiplication Equation

Use System.out.println to print this exact line, where the product is computed (not typed literally):

6 x 7 = 42

Expected Output:

6 x 7 = 42
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.