Soldier Serial Number Generator (Challenge)

# Introduction In this challenge, we will be implementing a program to generate serial numbers for clone soldiers in the Galactic Empire's clone factory. The serial numbers are 8-digit hexadecimal IDs assigned to each soldier, generated in sequence. The program should include functionality to generate individual IDs as well as iterate through a range of IDs.

|60 : 00

Click the virtual machine below to start practicing