Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

output with c# #include 2 #include 3 4 eint main() { 5 6 int number; 7 int i; 8 9 number = 9; 10 11

output with c# image text in transcribed
#include 2 #include 3 4 eint main() { 5 6 int number; 7 int i; 8 9 number = 9; 10 11 for (i 10; i >=0; i--) { 12 le if(i%2==0) { 13 number = (number + i); 14 15 else { 16 number = (number - 1) * 3; 17 3 18 19 20 21 printf("%d ", number); }

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

Recommended Textbook for

The Database Management Systems

Authors: Patricia Ward, George A Dafoulas

1st Edition

1844804526, 978-1844804528

More Books

Students also viewed these Databases questions