Question
In Visual Studio 2019 (or something similar) write a C program that will: 1 a) Using a character array (not a string), store the letters
In Visual Studio 2019 (or something similar) write a C program that will:
1 a) Using a character array (not a string), store the letters of the word desserts, then print to the screen the word forward and backwards with the appropriate statements.
1 b) Using an array, store five numbers in an array, the numbers should be 5 times the array index plus 10 i.e. 5*(index + 10) . Print out the index values and the numbers.
1 c) Using an array, create a program that receives 10 numbers from the user and prints out the numbers entered and the smallest number.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started