Tag Archives: flow chart

A C program to convert decimal number to hexadecimal number – IGNOU MCA Assignment 2018 – 19

MASTER OF COMPUTER APPLICATIONS Course Code: MCS-011 Course Title : Problem Solving and Programming Assignment Number : MCA(1)/011/Assign/2018-19 Maximum Marks : 100 Write an algorithm, draw a flow chart and write its corresponding C program to convert a decimal number to its equivalent hexadecimal number – IGNOU MCA Assignment 2018 – 19 Program: #include<stdio.h> void… Read More »

A C program to convert an octal number to its equivalent decimal number – IGNOU MCA Assignment 2017 – 18

MASTER OF COMPUTER APPLICATIONS Course Code: MCS-011 Course Title : Problem Solving and Programming Assignment Number : MCA(1)/011/Assign/2017-18 Maximum Marks : 100 Weightage : 25% Draw a flow chart and write its corresponding C program to convert an octal number to its equivalent decimal number.- IGNOU MCA Assignment 2017 – 18   Flowchart: #include<stdio.h> #include<math.h>… Read More »

Draw a flow chart of a program that adds N odd numbers starting from 1. The value of N should be input by the user – IGNOU MCA Assignment 2015 – 16

BACHELOR OF COMPUTER APPLICATIONS Course Code : BCS-011 Course Title : Computer Basics and PC Software Assignment Number : BCA(I)/011/Assignment/ 2015 Maximum Marks : 100 Weightage : 25%   Draw a flow chart of a program that adds N odd numbers starting from 1. The value of N should be input by the user.  … Read More »