Hi Everyone ,
I have 3 questions that need explaination (only explain),then i will try to solve them.
Q1: Let g(x,n) = 1 – x2/2! + x4/4! - … …+(-1)n x2n /(2n)!
Using a loop write a program to calculate g(x,n).
Q2: write a program that accepts a positive integer and gives its prime factorization; that is expresses the integer as a product of primes or indicates that it is a prime.
Q3 is simple if i have numbers ,but in this case i have Character.
Write a program that reads three characters and prints the maximum and the minimum in alphabetical order.
Thanks for your time