Concept Flow - Numeric literal formats
Start
Read Numeric Literal
Check Format
Decimal
Convert to Number Value
Use in Code
End
The program reads a numeric literal, checks its format (decimal, binary, octal, or hexadecimal), converts it to a number, and then uses it in the code.