Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You have an array that is defined as int array2[4] = {50, 100, 150, 200}; write a for loop and a while loop to print

You have an array that is defined as int array2[4] = {50, 100, 150, 200};

write a for loop and a while loop to print each element of the array with a label in the following manner using printf() with the correct format string.

array2[0] = 50

array2[1] = 100

array2[2] = 150

array2[3] = 200

can it be written in C

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions