Programming

QBasic General Programs

QBasic General Programs  (Sunrise Publication Class 6 Computer Science) a. To display your name and your school's name side by side and zone wis…

Qbasic programming examples and exercises

Computer Programming in QBASIC Qbasic programming language is a branch of Basic Programming, which is a third-generation language. it is mostly used …

WAP to Add Two Matrices Using Multi-dimensional Arrays

WAP to Add Two Matrices Using Multi-dimensional Arrays C Programming    #include <stdio.h> int main() {   int r, c, a[100][100], b[100][100], s…

Draw Flowchart to check Odd or Even Number.

Draw Flowchart to check Odd or Even Number (     Flowchart ) For Class 12 Neb       Figure: Flowchart to check Odd or Even Number

C Program to Calculate the Sum of Natural Numbers up to 100

C Program to Calculate the Sum of Natural Numbers up to 100 for neb class 12 Computer science. #include<stdio.h>  #include<conio.h>  void…

WAP to find the sum of the first 100 natural numbers

© Notehubs Nepal. All rights reserved. Distributed by ASThemesWorld