(k) Write a function to compute the greatest common divisor given by Euclid’s algorithm, exemplified for J = 1980, K = 1617 as follows: Get link Facebook X Pinterest Email Other Apps - February 11, 2018 Get link Facebook X Pinterest Email Other Apps Comments
(g) Write a function that receives 5 integers and returns the sum, average and standard deviation of these numbers. Call this function from main( ) and print the results in main( ). - February 12, 2018 Read more
(h) Write a function that receives marks received by a student in 3 subjects and returns the average and percentage of these marks. Call this function from main( ) and print the results in main( ). - February 12, 2018 Read more
(e) A positive integer is entered through the keyboard. Write a function to obtain the prime factors of this number? - February 11, 2018 Read more
Comments
Post a Comment