I decided to share these codes because of
the difficulties I faced when I tried
writing them.
You should try doing it yourself but in
case of any difficulty,
feel free to
consult the codes below.
NOTE: All written in C language
*
***
*****
*******
*********
code:
#include <stdio.h>
int main() {
int i, j, k;
for(i=1;i<=5;i++) {
for(j=i;j<5;j++)
{
printf(" ");
}
for(k=1;k<(i*2);k++)
{
printf("*");
}
printf("\n");
}
return 0;
}
Tuesday, 31 May 2016
Friday, 6 May 2016
HOW TO FORMAT YOUR TEXT ON WHATSAPP
WhatsApp launched incredible features in their latest update and one of them is the ability to format your text. But few know of this feature. To enlighten yourself about this feature, continue reading...
1. Bold Fonts - You will make your texts bold if you should put them between two asterisks(*....*). For example, *bold text* will be shown as bold text.
2. Strike through -Just as it was done for bold texts, a ~ is placed before and after the word. For example, ~strikethrough~ will be shown asstrikethrough
3. Italic Fonts - You van have your text in italics by adding underscore before and after the word. For example, _italic word_ will be shown as italic word.
But remember to update your whatsapp to the latest version v2.12.535. Forward your comments, suggestions or additions in the comment box.
Thanks.
1. Bold Fonts - You will make your texts bold if you should put them between two asterisks(*....*). For example, *bold text* will be shown as bold text.
2. Strike through -Just as it was done for bold texts, a ~ is placed before and after the word. For example, ~strikethrough~ will be shown as
3. Italic Fonts - You van have your text in italics by adding underscore before and after the word. For example, _italic word_ will be shown as italic word.
But remember to update your whatsapp to the latest version v2.12.535. Forward your comments, suggestions or additions in the comment box.
Thanks.
Regards,
Subscribe to:
Posts (Atom)