Skip to content

Commit

Permalink
Update starpattern2.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ansiace authored Jan 3, 2025
1 parent ec23c87 commit d31a9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starpattern2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using namespace std;
int main() {

int i , j , n ;
cin>>n;
cin>>n; // input number for rows and column

for ( int i = 1 ; i <= n ; i++ ){

Expand Down

0 comments on commit d31a9a5

Please sign in to comment.