Novice Java Tutorial with Apache NetBeans 11.0: 12 ASCII characters

Опубликовано: 13 Июнь 2026
на канале: Bruce Lamb
89
0

Explain how to assign ASCII characters to the char type.
To copy and paste code visit: www.carbon12.life/Tutorials/Novice_Java/12_ASCII.php
ASCII table: www.asciitable.com.

Visit ASCII table website. (0:12)
Explain the Acronym (American Standard Code for Information Interchange). (0:32)
Explains how to use the ASCII table by printing 'A' to the console with decimal value 65.
Execute the example. (1:14)
Alter the example from 65 to 34 to print a double quotation " character to the console. (1:34)
Extended ASCII table DOES NOT WORK in this IDE. (2:47)
watch this video for the spinoff:    • Novice Java Tutorial with Apache NetBeans:...