Tell us what’s happening:
I’ve tried a lot but it’s not passing, please give a solution for following problem and attaching my comment for that too
Before I forget, use a single echo command to print a title for this program. It should say ~~ Bingo Number Generator ~~ with an empty line before and after it.
#!/bin/bash
#Bingo Number Generator
echo -e “\n~~ Bingo Number Generator ~~\n”
please answer earliest
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36 Edg/147.0.0.0
Challenge Information:
Build Five Programs - Build Five Programs