Interview Programs

C program to print rightmost digit of integral left-most digit of real part

Download Final Year Projects   [wptelegram-join-channel] Write a C program to read a floating-point number from the standard input and print the rightmost digit of an integral part and the left-most digit of the real part. Problem Definition: In this program, we will read a floating-point number from the keyboard. Next, we find the rightmost …

C program to print rightmost digit of integral left-most digit of real part Read More »

Solution Manual Big Data Analytics 17CS82 VTU CBCS

Download Final Year Projects   [wptelegram-join-channel] Solution Manual to Big Data Analytics 17CS82 VTU CBCS Question Bank In this article, you can find the solution manual of Big Data Analytics – 17CS82 of Computer Science and Engineering 8th Semester Big Data Analytics notes Computer Science and Engineering Solution Manual Big Data Analytics 17CS82 VTU CBCS …

Solution Manual Big Data Analytics 17CS82 VTU CBCS Read More »

Python Program to accept numbers from the user and Find the maximum and minimum element

Download Final Year Projects   [wptelegram-join-channel] Python Program to accept numbers and Find the maximum and minimum element of the numbers entered by the user Problem Definition: Write a Python Program to accept numbers from the user until the user enters done. Find the maximum and minimum elements of the numbers entered by the user. …

Python Program to accept numbers from the user and Find the maximum and minimum element Read More »

Python Program using classes and objects to deposit and withdraw money in a Bank Account

Download Final Year Projects   [wptelegram-join-channel] Python Program using classes and objects to deposit and withdraw money in a Bank Account Problem Definition: Write a Python program using classes and objects to deposit and withdraw money in a Bank_Account. This is just a demonstration program. Video Tutorial Source code of Python Program using classes and …

Python Program using classes and objects to deposit and withdraw money in a Bank Account Read More »

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

Download Final Year Projects   [wptelegram-join-channel] 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) …

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

Download Final Year Projects   [wptelegram-join-channel] 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 …

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

Python program to find the area and circumference of Circle

Download Final Year Projects   [wptelegram-join-channel] Python program to find the area and circumference of Circle Problem Definition: Write a python program that has a class named Circle. Use a class variable to define the value of a constant PI. Use this class variable to calculate the area and circumference of a circle with the …

Python program to find the area and circumference of Circle Read More »

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

Download Final Year Projects   [wptelegram-join-channel] 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 …

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