Question: in ansci c code* a) Create the following variables: int i=7; int j=9; double x=72.5; double y=0.34; b) Passing the previous variables, call the following
a) Create the following variables: int i=7; int j=9; double x=72.5; double y=0.34; b) Passing the previous variables, call the following functions: processAbsoluteValues processRoundValues processceilingValues processflooringValues processminimunValues processMaximunvalues processTrigfunctionsvalues (cos, s in, tan) processexponentialValues processLogValues processpowervalues processsquareRootsValues processRandomvalues c) Create a single dimension array containing ONE index, which will have oNE string with your full name as follows: "first name $ middle name \% last name and ONE space" Example: "George \& Washington % Rodriguez " Note: if you do not have a middle name use MN as your middle name. 3) Worth 2.00 points Create the previous functions, and in thein corresponding functions, using the data received, implement the following Math functions: abs, round, ceil, floor, min, max, cos, sin, tan, exp, log, pow, sar, random
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
