Codingitis

Codingitis

Share

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

Photos 10/08/2016

What will be the output ? Give reason.

Photos from Codingitis's post 17/04/2016
Photos from Codingitis's post 17/04/2016

This Summer Learn The Imaginative Way Of UI development & Other Programming Concepts.
http://anubhav.codingitis.com/
CONTACT US : 9455196473, 9793707833

Photos 28/02/2016

Will the following code compile? If yes, then is there any other problem with this code?

Photos 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

Photos 12/02/2016

What will be the output of this java code?

PHP vs. Python vs. Ruby vs. Java vs. .NET 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 :...

03/01/2016

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

SQL 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…

Want your business to be the top-listed Computer & Electronics Service in Gorakhpur?
Click here to claim your Sponsored Listing.

Telephone

Address


Golghar
Gorakhpur
273001