This book contains PYTHON BASICS AND JAVA coding exercises for beginners. It's useful Job interviews and college examinations. This book only for absolute beginners.
TABLE OF CONTENTS LEARN PYTHON QUICKLY Hello World program Python interactive command line Operators Arithmetic Operators in python Relational Operators in python Assignment operators in python Logical Operators in python Bitwise Operators in python Membership operators in python Identity operators in python Short circuit operators Strings in python if condition while statement for statement break statement continue statement functions return statement Python lists tuples Class Vs Instance variables Inheritance Exceptions Handling Exceptions Python global keyword Get type of variable Java String Exercises Get the character at the given index within the String Test if a given string contains the specified sequence of char values Compare a given string to the specified string buffer Check whether a given string ends with the contents of another string Get the contents of a given string as a byte array Java Array Exercises Sum values of an array Calculate the average value of array elements Test if an array contains a specific value Remove a specific element from an array Insert an element into an array JAVA BASIC EXERCISES Swap two variables Print a face Fahrenheit to Celsius degree Inches to meters Adds all the digits Print the number of years and days Compute (BMI) Print the sum Find the greatest of three numbers Display the multiplication table Display the pattern Print a pattern like a pyramid Print the sum Divide two numbers