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
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};