Codingitis
CODINGITIS-PROVIDES A PLATFORM TO LEARN VARIOUS COMPUTER LANGUAGES LIKE C ,C++,PYTHON,JAVA INTERMEDIATE ETC.
10/08/2016
What will be the output ? Give reason.
17/04/2016
17/04/2016
This Summer Learn The Imaginative Way Of UI development & Other Programming Concepts.
http://anubhav.codingitis.com/
CONTACT US : 9455196473, 9793707833
28/02/2016
Will the following code compile? If yes, then is there any other problem with this code?
28/02/2016
Will the following code compile? If yes, then is there any other problem with this code?
//Simple calculator program in java...........!
import java.util.Scanner;
import java.lang.*;
class Calculator2
{
public static void main(String[] args)
{
int a;
int b;
Scanner input = new Scanner(System.in);
do
{
System.out.println("Enter 1 for addition ");
System.out.println("Enter 2 for subtraction ");
System.out.println("Enter 3 for multiplication ");
System.out.println("Enter 4 for Devision ");
System.out.println("Enter 5 for Exit");
int number = input.nextInt();
switch (number) {
case 1:
System.out.print("Enter First number ");
a = input.nextInt();
System.out.print("Enter Second number ");
b =input.nextInt();
System.out.println("Addition ="+ a+b);
break;
case 2:
System.out.print("Enter First number ");
a = input.nextInt();
System.out.print("Enter Second number ");
b =input.nextInt();
System.out.println("Subtraction ="+ (a-b));
break;
case 3:
System.out.print("Enter First number ");
a = input.nextInt();
System.out.print("Enter Second number ");
b =input.nextInt();
System.out.println("multiplication ="+ a*b);
break;
case 4:
System.out.print("Enter First number ");
a = input.nextInt();
System.out.print("Enter Second number ");
b =input.nextInt();
System.out.println("Devision ="+ a/b);
break;
case 5:
System.exit(0);
}}
while (true);
}
}
When we are trying to do something awesome in programming
12/02/2016
What will be the output of this java code?
10/02/2016
PHP vs. Python vs. Ruby vs. Java vs. .NET PHP vs. Python vs. Ruby vs. Java vs. DOT NET Nearly 2 years and ~250K views later, this video still inspires the biggest programming trolls on the Internet :...
We are back with a new interface in 2016.
Wish u all a Joyful New Year.
25/12/2015
SQL SQL STRUCTURED QUERY LANGUAGE INTRODUCTION SQL stands for Structured Query Language. SQL is a database computer language designed for the retrieval and management of data in relational database. SQL is a language of database, it includes database creation, deletion, fetching rows and modifying rows…
Click here to claim your Sponsored Listing.
Category
Contact the business
Telephone
Website
Address
Golghar
Gorakhpur
273001