Amazon Q Developer
Amazon Q Developer shows suggestion even before you type a word whic is very amazing #generative-ai
Published Sep 15, 2024
#include<iostream>using namespace std;
int main(){
int n; char alpha; cout<<"Enter the number of rows you want to print : "; cin>>n;
int main(){
int n; char alpha; cout<<"Enter the number of rows you want to print : "; cin>>n;
for(int i=1;i<=n;i++){ for(int j=0;j<n-i;j++){ cout<<" "; } alpha = 'a'; }return 0;}