Want to test out your coding prowess in Dart? Jeff Booth offers up a challenge to stretch your problem solving and coding skills. In the first Coding Challenge, you are asked to create a command line application that prompts the user for a number within a specified range, then return a result...IN REVERSE!
Documentation:
https://fluttered.substack.com/p/flut...
Application Specifications
Create an application that does the following:
Use the Dart Create function to create this project for you.
Asks the user, through the command-line terminal, to enter a random sequence of numbers.
There must be more than 6 numbers and less than 50 numbers.
Using any coding method that you see fit, your job is to reverse the order of the numbers so that the last number is the first and the first number is the last. For example, 13371337 becomes 73317331.
Then display the number back to the user in the command line.
If the user inputs a number with less than 6 digits prompt them again with a custom message.
If the user inputs a number with less than 50 digits prompt them again with another number.
If the user enters a non-numeric character, prompt them again with another message.
Use individual functions to execute this application where appropriate.
Chapters:
0:00: Introduction to the Dart Coding Challenge
0:36: How Does it Work?
2:07: Program Specifications (Also in the link above)
4:07: Pause and Create Your Program.
4:12: First Hint
4:47: Second Hint
4:55: Third Hint
5:40: First Solution
12:16: Second Solution
14:33: Closing Thoughts
Watch video Coding Challenge in Dart 1 - In Reverse || Test YOUR Skills and Level UP! || Dart & Flutter Tutorial online without registration, duration hours minute second in high quality. This video was added by user FlutterED - Learn Flutter and Dart 21 March 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 169 once and liked it 11 people.