Currently browsing tag

Lt

C++ for loop to do while?

a person convert to get loop for you to do-while loop on c++ int payment = 0; for( int we = 0; we <5; i++)sum += we; cout << payment; with thanks; ) int payment = 0; int we = 0; whilst (i<5) payment += we; cout << payment; i++

MS Excel formula question?

My business is making a spread sheet for our Army Pre-book unit.To account for when people have flushed their renewal/re-certify night out on distinct training I want to spot a system (like a COUNTIF) at the end of the actual column connected with dates.The formula would have to count the …

Dynamic values dynamic array PHP?

hi all am new in order to PHP, i possess database MySQL plus in one of many tables fields we’ve a suggestions who have values such as this “13095, 11413, 11424, 11434” or “1344, 14513, 11423” the amount in this values tend to be my productID, ok right now i …

How would I code this problem in C?

Write software that reads as many as 1000 integer ideals, and is important the regularity. Output will need to look similar to this: Worth Freq ONE 3 THREE 5 etc.. We can scan values into an array and art print stuff good, im a bit confused regarding how I in …