simple code

Write an interactive program to perform the following tasks in order:a) Ask user to input an array size that is an integer value ranging from 10 to 20, inclusivelyb) Check the validity of user input and ask the user to input again if previous value was invalidc) Echo users valid …

MECHANICAL ENGINEERING TASK

For this project, you will practice some of the surface modeling and rendering skills learned in lecture. It is a useful skill to be able to model objects that you find in every day life, so you are tasked with selecting, and modeling one of these objects. Your model must: …

DreherVinicius_1900011

    Ask the user to input the degree of the polynomial.     Based on the inputted degree, ask the user to input the different polynomial coefficients.     Generate a range X of values between  100 and 100.     Calculate polynomial P(x) for all values of range X. These results should …