\CPP
dimondmaker.cpp
#includeint main() { char character; // Charcacter to be in diamond shape int number; // Width of diamond int x = 0, i = 0, z = 0; int count = 0; cout << "Please enter a letter to be showed in a diamond shape: "; cin >> character; cout << "Please enter the width of the diamond to be made out of "; cout << character << "'s : "; cin >> number; cout << "\n\n"; while(i < number) { x = (number + number) - i; while(x >= number) { cout << " "; x--; } while(count < i+1) { cout< = number-2) { cout << " "; x--; } while(count >= i+1) { cout<