ASCII Value of Character
Multi-language implementations to display the ASCII (American Standard Code for Information Interchange) value of a given character. Complete.
Multi-language implementations to display the ASCII (American Standard Code for Information Interchange) value of a given character. Complete.
Foundational coding program bank. Access code examples for user input, basic operations, and swapping logic in Python, C, C++, Java & JavaScript tracks.
Multi-language implementations illustrating data types and their memory usage or characteristics. Practical programming guide with step-by-step code examples.
Multi-language implementation of the classic 'Hello World' program. Complete practical study guide for computer science student examination preparation.
Multi-language implementations for basic arithmetic operations on integers. Complete practical study guide for computer science student examination.
Multi-language implementations illustrating type conversion from integers to decimal numbers (floats). Step-by-step practical programming guide with examples.
Learn how to take user input in Java using the Scanner class. Master reading Strings, Integers, and Decimals from the console. Free student exam study guide.
Learn how to swap two variables in Python using the classic temporary variable method and the elegant Pythonic tuple unpacking way. Complete.
Learn how to take user input in Python using the input() function and display it back with formatting. Master basic interaction. Free student exam study guide.
Multi-language implementations for calculating the sum and average of three numbers. Comprehensive step-by-step tutorial with code examples & notes.
Learn how to swap two variables using a temporary variable in Java, Python, C, and Oracle with complete code examples and explanations. Complete.
Learn advanced swapping techniques using arithmetic operations and bitwise XOR in Java, Python, C, and Oracle with optimization strategies. Complete.
Multi-language implementation for taking user input and displaying it back. Complete practical study guide for computer science student examination.