10th class Computer science federal board unit/chapter 5 | Exercise/Lab activities solution

Описание к видео 10th class Computer science federal board unit/chapter 5 | Exercise/Lab activities solution

In this video students can learn about the Exercise solution of chapter 5.
//write a program to print the sum of even numbers from 1 to 50.
//write a program to print the series 5 10....50.
//write a program to print the series sum=(sum of square from 1-10).
//write a program to print the series Z Y X..........A.
//write a program that reads a number and prints its tables using while loop.
/* A class of 15 students takes an examination in which marks range
from 1 to 100. write a program to find and print
the average of marks.*/
/* A class of 15 students takes an examination in which marks range
from 1 to 100. write a program to print the number of students
passed and failed. Passing marks are 33.*/
//write a program that prints a line of 60 asterisks(*) using while loop.
//write a program that print table of square of all the numbers from 1 to 10.

Комментарии

Информация по комментариям в разработке