+ 6
[Challenge] Character Count
Given a set of characters array, (say 562348956), ask the user into how many frames the data should be divided, (say 3), then ask the size of first frame, as well as size of second frame, and the size of third frame should automatically be calculated. Add the size of frames to the list of characters. Print final data. Example : Enter data as characters : 452638964 Enter Total number of frames : 3 Enter size of first frame: 4 Enter size of second frame: 2 Final data: 4 4526 2 38 3 964
1 Answer
Hot today
Please help, any idea?
2 Votes
Loop question, I've tried everything that I knew I just don't know. Please help me solve it out
1 Votes
What is wrong? Error on test.
1 Votes
Help me solve this (using loop)
1 Votes
Help me wiht python
1 Votes
how can i flip any word with c++
0 Votes