Codingitis

Codingitis CODINGITIS-PROVIDES A PLATFORM TO LEARN VARIOUS COMPUTER LANGUAGES LIKE C ,C++,PYTHON,JAVA INTERMEDIATE ETC.

What will be the output ? Give reason.
10/08/2016

What will be the output ? Give reason.

17/04/2016
This Summer Learn The Imaginative Way Of UI development & Other Programming Concepts.http://anubhav.codingitis.com/CONTA...
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?

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?

22/02/2016

//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);
}
}

15/02/2016

When we are trying to do something awesome in programming

What will be the output of this java code?
12/02/2016

What will be the output of this java code?

10/02/2016

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 :...

03/01/2016

We are back with a new interface in 2016.
Wish u all a Joyful New Year.

25/12/2015

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…

Address

Golghar
Gorakhpur
273001

Alerts

Be the first to know and let us send you an email when Codingitis posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Codingitis:

Share