Priyam Katiyar

Total interest and compound interest in c flowchart display picture

C program, algorithm, flowchart & explanation of the program that calculates the Simple Interest and Compound Interest. The Principal, Amount, Rate of interest and Time are entered through the keyboard.

Write a C program to calculates the Simple Interest and Compound Interest. The Principal amount, Rate of interest and Time are entered through the keyboard:- Here, we have to write a simple C program that calculates the Simple Interest and Compound Interest. The user will enter the Principal amount, Rate of interest, and Time. Formulae …

C program, algorithm, flowchart & explanation of the program that calculates the Simple Interest and Compound Interest. The Principal, Amount, Rate of interest and Time are entered through the keyboard. Read More »

WAP that accepts the marks of 5 subjects and finds the sum and percentage marks obtained by the student.

C program, algorithm, flowchart & explanation of the program that accepts marks of 5 subjects and finds the sum and percentage marks obtained by the student.

Write a C program that accepts the marks of 5 subjects and finds the sum and percentage marks obtained by the student:- Here, we have to write a simple C program that takes marks obtained in different subjects by the user and gives total marks and percentage values as output. Formula used:- Percentage= (sum/500)*100 Explanation …

C program, algorithm, flowchart & explanation of the program that accepts marks of 5 subjects and finds the sum and percentage marks obtained by the student. Read More »

C program to calculate the area and circumference of a circle

C program, algorithm, flowchart & explanation to calculate the area and circumference of a circle.

Write a C program to calculate the area and circumference of a circle:- Here, we have to write a simple C program that takes a radius value by the user and gives circumference and area values as output. Formulae used:- Area= Pi*radius*radius Circumference= 2*Pi*radius Explanation & Program code:- We will ask the user to enter …

C program, algorithm, flowchart & explanation to calculate the area and circumference of a circle. Read More »

BEST GAMES FOR ANDROID TV WITHOUT GAMEPAD

Best games for Android TV without gamepad.

Hello pals so continuing in gaming category articles we are here with a new one that is neither for PC nor for Smartphones this time we came up with TV games that can be played without using any kind of gamepads. As we know Android TVs are coming with great features and software these days so we can play games on it too which is a good thing for entertainment. So here is our list for best games for android TV without gamepad.

Best shooting games for PC under 500MB

Best shooting games for PC under 500MB.

Hello everyone here is our new article about the games which you can play on a low-end PC with no lags. These games are highly compressed to make them available under 500mb for the gamers who don’t have a high-end PC with high graphics card and a great CPU. But here we have only discussed about the FPS games. Let’s start our article about the best shooting games for PC under 500mb.

Sample code Expressions, Statements, Comments, Function, and indentation

Basics of Python programming: Expressions, Statements, Comments, Function, and indentation.

In this session we will talk about basic structure of Python program like:- Expressions Statements Comments Function Blocks and indentation We have already covered fundamentals of python in which we have covered Tokens: Keywords, Identifiers, Operators, Literals, Punctuators so you can also checkout that. Table of Contents Add a header to begin generating the table …

Basics of Python programming: Expressions, Statements, Comments, Function, and indentation. Read More »