1
00:00:05,790 --> 00:00:07,410
Hey hey everybody what's going on.

2
00:00:07,440 --> 00:00:10,980
Super great work building out the binary to decimal conversion app.

3
00:00:10,980 --> 00:00:16,620
I have a challenge here for you to make this app even better and take your understanding of binary to

4
00:00:16,620 --> 00:00:17,920
the next level.

5
00:00:17,940 --> 00:00:26,340
Your challenge is to set up this app so that it not only can convert one decimal number to binary but

6
00:00:26,370 --> 00:00:29,370
also set it up so that you can convert multiple numbers.

7
00:00:29,370 --> 00:00:41,460
For example if I were to go ahead and put in 1 0 0 1 0 0 0 1 space 0 1 0 1 1 1 1 1 space 1 1 0 1 1 0

8
00:00:41,460 --> 00:00:42,140
1.

9
00:00:42,240 --> 00:00:48,780
If I were to put in multiple binary numbers I want it to be able to convert that into multiple decimal

10
00:00:48,780 --> 00:00:52,580
numbers and at the moment the app crashes because it doesn't work that way.

11
00:00:52,590 --> 00:00:54,670
So that is one challenge for you.

12
00:00:54,810 --> 00:01:02,310
Challenge two is going to be to enable this app to accept ASCII and add a third button convert binary

13
00:01:02,550 --> 00:01:06,890
into ASCII and then that ASCII convert that into a decimal.

14
00:01:06,930 --> 00:01:09,860
Remember letters have a very simple convention.

15
00:01:09,900 --> 00:01:15,420
You can add some extra features and functions into your binary decimal class maybe even make it binary

16
00:01:15,420 --> 00:01:21,330
decimal ASCII you might need to change the name of the class but that is your challenge one except multiple

17
00:01:21,330 --> 00:01:28,530
number inputs in binary and in decimals and challenge to enable the ability for alphanumeric text with

18
00:01:28,590 --> 00:01:33,140
ASCII to be able to can be converted just as easily as decimal to binary.

19
00:01:33,150 --> 00:01:35,320
In this application two challenges for you.

20
00:01:35,460 --> 00:01:36,620
I want to see you do it.

21
00:01:36,630 --> 00:01:38,040
Super excited to see your work.

22
00:01:38,040 --> 00:01:40,650
Fantastic job in this video.

23
00:01:40,650 --> 00:01:44,330
And let's head over to the next video and keep learning about computers and code.
