Question: 3. Write a which accepts two double values num1 and EhreeTimes as parameters. The function must calculate 3 times the value of numl, store it
3. Write a which accepts two double values num1 and EhreeTimes as parameters. The function must calculate 3 times the value of numl, store it in threetimes and return that value. double Triple (double numl, double threeTimos) 4. Write a yoid function which accepts two integers (h and c) as parameters and prints out at least one of the following statements based on the input values of h and c: prints "The Temperature is mild today!" ifh and c are equal, prints "The Temperature is hot today!" ifh is greater than c, or . prints "The Temperature is cold today!" if c is greater than h. void evaluateNumbers (int h, int c)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
