Posts

Showing posts with the label Blogger

Calculate average of 10 student using c++

Object: In this Post I am discuss how to write a c++ program to calculate average of 10 student and the basic understanding of while loop. Formula: total += marks; average=total/10; Source Program: In in program declare fore variable called i=1 , marks , total=0 , average enter the marks for each student and store the total marks as in variable and calculate the average for 10 student. #include "iostream" using namespace std; void main () {     int i=1 , marks , total=0 , average;     while ( i <= 10 )     {              cout<< "Enter Marks Of " <<i<< " Student = " ;              cin>>marks;              total += marks;           ...

How to Create Labels in Blogger

1. Go to your Blogger account and sign in. 2. Click on the down arrow next to the blog you want to edit 3. Click on "settings" 4. Click on the "labels" tab 5. Enter the label you want in the "Name" field 6. Select a color for the label 7. Click "Save Settings" "How to Create Labels in Blogger" Most people are familiar with HTML and the various codes used to create websites. However, if you want to add labels to your website, you'll need to use a different code. Fortunately, it's not difficult to learn. With just a little bit of practice, you'll be able to add labels to your website in no time. There are two ways to add labels to your website. The first is by manually adding the code to your website. The second is by using a label maker. If you're not familiar with code, you may want to consider using a label maker. These programs will generate the code for you and allow you to simply copy and paste it into your websi...