I am in my 1st month of coding. I know the very basic things about it. This code is way out of my league...
I have to write a code for a diamond of asterisks. It is different than other codes i have seen on here.
It must ask the user to input the width of the diamond and the offset of the diamond. Please take a look at the code i have. Maybe experienced c++ people can help me.
If its ran in c++, i can get it to ask the user for input, but it does not make a diamond. It put many asterisks in lines.
Please help. I know it has to be some small problem but i have spent 4 hours looking for the problem and i do not understand what it could be.