ASCII Codes

An ASCII(stands for American Standard Code for Information Interchange) Code is the numerical representation for a character, as computers can only understand numbers

Example: ASCII code for '0' is 48


A string of characters is given, "brilliant.orgiscool" , where \(x\) is the sum of the ASCII code of all characters

Find the last three digits of \(x\)

Details and Assumptions:

The full list for ASCII Codes can be obtained here at ASCII Table

Image credit: http://www.asciitable.com/

You may try Part 2

×

Problem Loading...

Note Loading...

Set Loading...