i want to display "hello...." as an output
but only one dot appears every second
i.e:
after 1 second "hello."
after 2 seconds"hello.."
after 3 seconds"hello..."
and so on
i need the code either in C or in C++
fill in the () and you ll be fine dont forget 1000 means 1 second, 2000 means to second etc... if you want something special like a beep sound, put \a after the dots like in this ".\a"