Menu
Back to Explore Page
You need to perform three separate tasks based on the given input:
Examples:
Input: s = "Hello", n = 20, f = 5.5
Output:
Hello 30 55.0
Explanation:
The string Hello is printed as it is. The integer 20 is increased by 10 and results in 30. The floating-point number 5.5 is multiplied by 10 and results in 55.0.