001-002-014
Multiplication Assignment
Easy
Problem Description
Multiplication Assignment
In this problem, you will create a program that uses the multiplication assignment operator (*=) to multiply a variable by a value and displays the result to standard output.
Learning Objective: Understand the basics of multiplication assignment
Overview
Implement multiplication assignment and display the result.
Output Format
Result: 20
Ready to Try Running Code?
Log in to access the code editor and execute your solutions for this problem.
Don't have an account?
Sign Up