hey readers, can you please tell me how to write a c program which looks something like this.
./task.c
part 1Enter barcode (input): 9300605048577
part 2 prints:- Barcode is 930-060504-857-7
i know how to do part 1 but i need help with part 2. how can i make the inputed barcode print like shown above in part 2.
thx
./task.c
part 1Enter barcode (input): 9300605048577
part 2 prints:- Barcode is 930-060504-857-7
i know how to do part 1 but i need help with part 2. how can i make the inputed barcode print like shown above in part 2.
thx
Comment