Page 1 of 1

Q1: write a program that count from "2" to "30" by increment“ 2", Counting should be like following sequential : 2,4,6,8

Posted: Fri May 20, 2022 12:19 pm
by answerhappygod
Q1 Write A Program That Count From 2 To 30 By Increment 2 Counting Should Be Like Following Sequential 2 4 6 8 1
Q1 Write A Program That Count From 2 To 30 By Increment 2 Counting Should Be Like Following Sequential 2 4 6 8 1 (63.12 KiB) Viewed 59 times
microC PRO
Q1: write a program that count from "2" to "30" by increment“ 2", Counting should be like following sequential : 2,4,6,8,.............,28,30,2,4,6............... The time between each count is 1000 milli second Q2: write program to find the largest no.in array of int and display it on PORTC Int datanum [12]={31,28,31,30,31,30,31,31,30,31,30,31};