Question: Any one has answered the questions below Programming Exercise 6 Assessment component B Weight 10 from 60 This exercise assess the skills needed to develop

Any one has answered the questions below
Programming Exercise 6 Assessment component B Weight 10 from 60 This exercise assess the skills needed to develop user defined functions, and call them from within same program or different program 1. Write a program to swap two values by passing pointers as arguments to the function. 2. Create a menu having following functionality. A function that convert the temperature from Fahrenheit to Celsius (c 5/9(f-32)) A function that determines if the number is prime or not. A function to calculate cube of a number. .A function that determines the largest number in an array passed as argument. A function to input the values A function to display the output Use return statement, different type of variables, arguments passing where necessary
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
