Posts

Showing posts from August, 2019

Playing Cards Find Highest & Lowest - Java

Image
Download Source

CPP/C++ Member definition outside of Class Employee

Image

Shopping Cart and Items to Purchase in Java

Image

People's Weight in Java

Image

"Hello World" in Java

Image
Hello.java class Hello{ public static void main(String[]args){ System.out.println("Hello world"); } }

"Hello World" in PHP

Image
hello.php <?php echo 'Hello world', PHP_EOL; ?>

How to set path for Java

Image

How to set path for PHP

Image