Welcome to Vidhi’s First Post!

“Code is like humor. When you have to explain it, it’s bad.” - Cory House

List of Programming Languages:

  1. Java
  2. Python
  3. Javascript
  4. C++
  5. R

Time to Code!

My first program:

# Prints 'Hello World'

class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World!"); 
    }
}

Java vs Python

Java Python
statically typed and compiled language dynamically typed and interpreted language

Tweetcards