Q1: write a program that count from "2" to "30" by increment“ 2", Counting should be like following sequential : 2,4,6,8
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Q1: write a program that count from "2" to "30" by increment“ 2", Counting should be like following sequential : 2,4,6,8
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};