C programming Bangla Tutorial 5.149 : Pattern | part-8

preview_player
Показать описание
All C programming videos:
Рекомендации по теме
Комментарии
Автор

আপনারাই সত্যিকারে জনকল্লানমূক কাজ করেন, এবং আমাদের মতো হতাশাগোস্ত স্টুডেন্ট দের,
খুবই কাজে লাগে, ধন্যবাদ ভাইয়া, ,আল্লাহ আপনাকে সাহায্য করুক, ,,

syfulislam
Автор

You are one of the best online teacher i have ever seen.

kmmonir
Автор

লিডিং এর বড় ভাই উই আর প্রাউড অফ ইউ ।অনেক উপকৃত হচ্ছি ভাই

positivevive
Автор

Sir, apnar koster Video gulu amader onek upokar kortese.Thank you sir for your valuable time.

saifurrahman
Автор

You are one of the best online teacher i have ever seen <3

ashikurrahman
Автор

age pattern on voy paitam, akhn dekhi shoja...thank you sir!

abdurrashidsawom
Автор

Pattern became very easy for you Keep going

RubaiyaAkterPrity
Автор

vai apnar lecture gulo sotti kobi valo lage, ,,ebong amar kubi opokare ase, ,

syfulislam
Автор

Your tutorial is simply amazing; learned a lot from the videos. can you please upload some videos based on the mathmatical problems such as how many prime no are between 1-100 etc

Onekrat
Автор

#include<iostream>
using namespace std;


int main()


{
int n, row, col;

cout<<"Enter N: ";
cin>>n;

for(row=n;row>=1;row--) //Boro theke choto chaile row=n dhore agate hobe;
{
for(col=1;col<=n-row;col++)

{
cout<<" ";
}

for(col=1;col<=row;col++)

{
cout<<col;
}

cout<<endl;
}
}

ঠোটকাটা-ত৯ন
Автор

i am a teacher but you best in teaching

engrkhairuleeeiut
Автор

#include<iostream>
#include<math.h>
#include<string>
using namespace std;

int main(){

int num, row, col;

cout<<"enter a number = ";
cin>>num;

for(row=num;row>=1;row--){

cout<<" ";
}
for(col=1;col<=row;col++){
cout<<"*";
}
cout<<endl;
}

}

Orbit_bd
Автор

Vai, If I give space between characters, it shows a reverse pyramid.

meherab.hassan
Автор

value gulu print korar por number gulu akta arekter sathe lege ase keno? ame try korse but space dete parse na...please help

fashionbd
Автор

row = n hoile pore abar row er value 4 hole n er value o keno 4 hoini?

afeefhasnain
Автор

import java.util.Scanner;
public class Main{
public static void main(String[]args){
Scanner input = new Scanner(System.in);
int n;
System.out.print("Enter n: ");
n = input.nextInt();
for(int row =n; row >= 1; row--){
for(int col=1;col <= n-row;col++){
System.out.print(" ");
}
for(int col=1; col<=row;col++){
System.out.print(col+" ");
}
System.out.println("");
}
}
}

rinkusarker
Автор

Please give me the logic of why it is always "col = 1" ?

shafinrahmanshopnil
join shbcf.ru