Question: 2 and 3 please in c language 2. Create a script that will calculate the INVERSE power of a function WITHOUT USING the power function
2. Create a script that will calculate the INVERSE power of a function WITHOUT USING the power function in c. The user should be prompted to type in the Base Number and the Power. Use "for" or "while" loop. (I.E, 34= 1/34) 3. Create a script that will take four vertices (Total numbers) and make a decision whether the vertices would form a Square or not. Assume all the inner angles are 90 The output should be "These 4 vertices (XX.XX, XX.XX). (XX.XX. XX.XX). (XX.XX. XX.XX). (XX.XX, xx.xxform a Square and the size of the Square is (xx.xx)" OR "These 4 vertices (XX.XX, XX.XX). (XX. XX. XX.XX), (XX.XX. XX.XX), (XX.XX, XX.XX) DOES NOT form a Square and the size of the shape is (xx.xx)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
