[Arabic] Implement Functions With C++ #26 - Money Format

  Рет қаралды 3,815

Elzero Web School

Elzero Web School

Күн бұрын

Пікірлер: 21
@hassanzanati6644
@hassanzanati6644 4 ай бұрын
بفضل شرحك يا هندسه باذن الله كل المسائل بقت سهله ربنا يجازيك عنا خير😍😍
@ElzeroWebSchool
@ElzeroWebSchool 4 ай бұрын
الحمد لله الله يبارك فيك
@Shady_6
@Shady_6 5 ай бұрын
string formatMoney(int n) { string result; int count = 0; string nstr = to_string(n); for (int i = nstr.size() - 1; i >= 0; i--) { // 1000 result = nstr[i] + result ; if (nstr[i] == '0') count++; if (count == 3) { result = ',' + result; count = 0; } } return result; } شكرا يا هندسه وربنا يخليك لينا و نفضل نتعلم منك
@للمذاكرة-ه2ج
@للمذاكرة-ه2ج 4 ай бұрын
#include using namespace std; int main() { string s; cin >> s; string result = ""; for (int i=s.length()-1;i>=0;i--){ result+=s[s.length()-i-1]; if (i %3==0&&i!=0)result+=","; } cout
@mumagddi
@mumagddi 3 ай бұрын
اللهم سهل عليه طريق الجنة كما يسهل علينا هذا العلم
@ahmedalswesy1
@ahmedalswesy1 5 ай бұрын
جزاك الله خيرا
@kintag4459
@kintag4459 5 ай бұрын
جزاك الله عنا خير جزاء استاذ اسامة
@_S_R_10
@_S_R_10 4 ай бұрын
و عليكم السلام ورحمة الله وبركاته
@oailmostafaailysya3809
@oailmostafaailysya3809 5 ай бұрын
انا اتعلمت البرمجة في ساعة 🎉🎉😊😊
@K.EQuranShorts-xp3is
@K.EQuranShorts-xp3is 5 ай бұрын
يا استاذنا الغالي ممكن حضرتك تعملنا كورس تصميم أنظمة التشغيل للموبايل و الكومبيوتر
@Tawfik-Albeel
@Tawfik-Albeel 5 ай бұрын
احسنت استمر اول تعليق
@للمذاكرة-ه2ج
@للمذاكرة-ه2ج 5 ай бұрын
string money(int n){ string s = to_string (n); string result; int counter = 0 ; for (int i=s.length()-1;i>=0;i--){ result+=s[counter]; if (i%3==0&&i>0) result+=','; counter++; } return result; }
@youssefhany3423
@youssefhany3423 5 ай бұрын
يا زيرو مش هتشرح لغه kotlin ؟
@hassanzanati6644
@hassanzanati6644 4 ай бұрын
string Money_Format(int money) { string result; string temp; temp = to_string(money); for (int i = temp.length()-1; i >= 0; i--) { if (((temp.length()-1) - i) % 3 == 0 && ((temp.length()-1) - i) != 0) { result = ',' + result ; } result = temp[i] + result; } return result; }
@soussiaaziz6578
@soussiaaziz6578 5 ай бұрын
❤❤❤
@Islam.608
@Islam.608 5 ай бұрын
السلام عليكم ورحمة الله وبركاته يا شباب انا عايز ابدا الc++ من البدايه ابدا منين واعمل ايه؟
@_S_R_10
@_S_R_10 4 ай бұрын
و عليكم السلام ورحمة الله وبركاته فيه كورس c++ الأستاذ اسامة الزيرو عامله عنده على القناة ممكن تبدأ منه
@abdullahajaj3196
@abdullahajaj3196 5 ай бұрын
@pacs9017
@pacs9017 5 ай бұрын
First 😂
[Arabic] Implement Functions With C++ #27 - Replace String In Vector
5:22
اتعلمت برمجة ومش لاقي وظيفة
14:27
Elzero Web School
Рет қаралды 165 М.
When mom gets home, but you're in rollerblades.
00:40
Daniel LaBelle
Рет қаралды 142 МЛН
Random Emoji Beatbox Challenge #beatbox #tiktok
00:47
BeatboxJCOP
Рет қаралды 60 МЛН
😜 #aminkavitaminka #aminokka #аминкавитаминка
00:14
Аминка Витаминка
Рет қаралды 3 МЛН
Wait… Maxim, did you just eat 8 BURGERS?!🍔😳| Free Fire Official
00:13
Garena Free Fire Global
Рет қаралды 9 МЛН
[Arabic] Implement Functions With C++ #18 - Round, Floor, Ceil
13:33
Elzero Web School
Рет қаралды 3,7 М.
ازاي تتعلم برمجه؟ || Front-End Developer
6:49
Mahmoud Shogaa
Рет қаралды 11 М.
إزاي تبدأ تتعلم برمجة
6:08
Elzero Web School
Рет қаралды 707 М.
المقاولات في البرمجة قصة قصيرة حزينة
15:15
Elzero Web School
Рет қаралды 43 М.
احترف البرمجه الكائنيه | The Ultimate OOP Guide
3:54:25
ثروت سامي | Tharwat Samy
Рет қаралды 17 М.
The Blind Date Show 2 - Episode 49 with Zainab & Sherif
19:17
BingeCircle
Рет қаралды 947 М.
[Arabic] Implement Functions With C++ #15 - Words Count
9:39
Elzero Web School
Рет қаралды 4,1 М.
جربت العاب المتابعين ..!
12:32
Baad | باد
Рет қаралды 19 М.
When mom gets home, but you're in rollerblades.
00:40
Daniel LaBelle
Рет қаралды 142 МЛН