Showing posts with the label Learn to code

Print your name in zeros using Python

For every letter I've used a list of 8 strings consisting of capital and small letters (viz.- &…

C++ Program to display month by month calendar for a given year

This program will display month by month calendar for a given year, after compiling the program giv…

Python Program to convert a given number to words to 9,999,999,999

#please enter a number between 0 and 9,999,999,999 without comma! num1 = {1: "one", 2: &q…

Print your name in Symbols using Python

#Enter only your name in input bar from random import randrange #--------------Function print_text_…

How to Generate Random Password in Java - SVRR TECH

import java.util.Random; // Developed by REGU RAM public class PasswordGenerator {     public stati…

Varsity Tutors Free Virtual Summer Camps

Varsity Tutors Launches Free “Virtual School Day” to Provide Live, Online Classes to Students Faci…

Exception handling in java with examples - SVRR TECH

(A).Try, Catch and Finally Statements Aim:                                                      To…

Constructor Overloading in Java with examples - SVRR TECH

Aim:          To perform the constructor using method overloading concept in the java programming l…

To Find Current Stock Using PL/SQL - SVRR TECH

Aim:              To find the Current Stock using PL/SQL. Algorithm: Step 1: Start the program. St…

Ticket fare calculation using PL/SQL - SVRR TECH

Aim:              To find the Table Fare Calculation using PL/SQL. Algorithm: Step 1: Start the pro…

PL/SQL Program to Find Area of Circle - SVRR TECH

Aim:              To find the area of circle in SQL queries. Algorithm: Step 1: Start the program.…

Load More That is All