Interview preparation

Python program that stores the student name, roll number, and marks in three subjects

Python program that stores the student name, roll number, and marks in three subjects Problem Definition: Write a Python program that has a class named Student that stores the student name, roll number, and marks in three subjects. Display the student information (Roll No, Name, and Total Marks scored) Video Tutorial Source code for Python […]

Python program that stores the student name, roll number, and marks in three subjects Read More »

Python program to find the area and perimeter of a rectangle

Python program to find the area and perimeter of a rectangle Problem Definition: Write a python program that has a class named Rectangle with attributes length and breadth and two methods area and perimeter they return area and perimeter respectively. Video Tutorial: Program source code for Python program to find the area and perimeter of

Python program to find the area and perimeter of a rectangle Read More »

Python program to keep track of the number of employees in an organization

Python program to keep track of the number of employees in an organization Problem Description: Write a python program to keep track of the number of employees in an organization and also store and display their name, designation, and salary details. Video Tutorial Program Description: As said in the problem definition, first create a class

Python program to keep track of the number of employees in an organization Read More »

Python program to store and display the student name and marks of a student

Python program to store and display the student name and marks of a student Problem Definition: Write a python program to store and display the student name and marks of a student. Use the list to store the marks of a student in three subjects. Video Tutorial Program Description: As said in the problem definition,

Python program to store and display the student name and marks of a student Read More »

Series Pattern Program for (1^1)/1 + (2^2)/2 + (3^3)/3 + (4^4)/4 + … + (n^n)/n

Series Pattern Program for (1^1)/1 + (2^2)/2 + (3^3)/3 + (4^4)/4 + … + (n^n)/n in Python, C, C++ and Java This article discusses, how to write a prorgram to solve Series Pattern Program for (1^1)/1 + (2^2)/2 + (3^3)/3 + (4^4)/4 + … + (n^n)/n series in python, C, C++ and Java. Problem Definition

Series Pattern Program for (1^1)/1 + (2^2)/2 + (3^3)/3 + (4^4)/4 + … + (n^n)/n Read More »

Series Pattern Program for (1) + (1+2) + (1+2+3) + (1+2+3+4) + … + (1+2+3+4+…+n)

Series Pattern Program for (1) + (1+2) + (1+2+3) + (1+2+3+4) + … + (1+2+3+4+…+n) This article discusses, how to write a prorgram to solve (1) + (1+2) + (1+2+3) + (1+2+3+4) + … + (1+2+3+4+…+n) series in python, C, C++ and Java. Problem Definition Write a prorgram to solve (1) + (1+2) + (1+2+3)

Series Pattern Program for (1) + (1+2) + (1+2+3) + (1+2+3+4) + … + (1+2+3+4+…+n) Read More »

Welcome to VTUPulse.com


Computer Graphics and Image Processing Mini Projects -> Click Here

Download Final Year Project -> Click Here

This will close in 12 seconds