Friday, December 2, 2016
Top 5 High Paying Topics For Google Adsense in 2013
Google adsense is most famous online source of PPC advertisement.Every one wishes to have a blog or website to earn money online.Beginner thinks that after approval of google adsense they will earn a lot of money just by placing ads.Beginner place ads on blog and think that they will earn handsome amount in dollar just after the end of month.They do not care about content but google adsense has strict rules and regulations.Type of material in website or blog, Keyword,search description and pure content is important for high paying.There are some topic suggested by Google adsense which pay high.So,if you want to earn high by creating website or blog then you should choose below any topic of your interest.These below topic are high paying topics for google adsense in 2013.
Read more »
Topic 1. Making Money Online:
Making money online is most searched topic in google search engine.This topic has high CPC rate.Every advertiser wants to get ads by Google adsense.This is most high paying topic for google adsenes.Topic 2. Health:
Health is 2nd most high paying topic for google adsense in 2013.Health is best and more preferable choice among USA,UK and western world on Internet. If you have knowledge about health then this is best time for you to earn high amount by Google Adsense.Topic 3. Blogging or Internet & Computer:
Among top high paying topics one is blogging, internet and computer.This topic provides you multiple options like SEO,widgets,blogging tips and tricks in blogging category.Internet tricks are more searched in google search engine.All of these different categories are high paying topics in google search engine.Topic 4. Business and Finance:
Business and finance are high paying topics for blog or website in 2013.Its a bit tough to upload material related to business but who has interest can share your experience related to business and can earn handsome amount of money.Topic 5. Digital Photography:
Digital photography is fifth most high paying topic to earn form Google adsense in 2013. According to experience of great writers of websites and blog It is estimated that,you can earn high amount of money from photography Blog than any other technology blog.Thursday, December 1, 2016
C# program to prints an identity matrix using for loop
C# program which prints an identity matrix using for loop
Program statement:
Write a program which prints an identity matrix using for loop i.e. takes value n from user and show the identity table of size n * n.
Solution:
static void Main(string[] args)
{
int n,i,j;
Console.WriteLine("Enter value of n:");
n = Convert.ToInt32(Console.ReadLine());
int[,] arr=new int[n,n];
for (i = 0; i < n; i++)
{
for (j = 0; j < n; j++)
{
if (i == j)
arr[i, j] = 1;
else
arr[i, j] = 0;
Console.Write(arr[i, j]);
}
Console.WriteLine();
}
Console.ReadLine();
}
Labels:
Csharp,
programming,
programs
Location:
United States
C# program to print nth iteration | Csharp Programs
C# program to print 1 2 4 8 16 21 64 128 …nth iteration
Program Statement:
Write a program using for loop which prints the following series.
1 2 4 8 16 21 64 128 …nth iteration
Solution:
static void Main(string[] args)
{
int n,i=1,num=1;
Console.WriteLine("Enter Value of n ");
n = Convert.ToInt32(Console.ReadLine());
Console.Write(i+" ");
for (i = 1; i <= n; i++)
{
num = num * 2;
Console.Write(num + " ");
}
Console.ReadLine();
}
How to Create a Free Blog On Blogger with Proper Configuration,SEO and Layout
Blogger is an online service owned by Google.Blogging is source of online earning by writing post for visitors. Blogger is best services than other novice bloggers with friendly interface.By blogging not only you earn money,you get opportunity to improve your knowledge when you write guest post for your visitors.If you want to make a blog and do not have enough knowledge, then this post is for you.This post will guide you and tell you how to make a free blog,how to configure your blog and full guidance about SEO and layout of blog.So, let's know how to How to Create a Free Blog On Blogger with Proper configuration,SEO and Layout.Follow below steps for every specific task.
How to create a free blog on Blogger:
1). Go to blogger.com
2). Sign in with your g mail account. If you have no any GMail account then sign up to make an account on g mail,then sign in to blogger.com
3). Enter user name or display name which will appear on your blog when you post.
4). Click on "create your blog".
5). Select a “Blog title” and URL for your blog. You can check if the URL you are considering is available by clicking "Check Availability".
6). Select any template from list of blogger template which will act as basic layout of your blog.
7). You can download any theme from Internet for your blog and can customize it.
8). After choosing template, click on "start Blogging".
Layout:Blogger's Layout feature is editing feature to edit and customize your Blogger template without any knowledge of HTML or CSS. You can edit and customize the colors, fonts, header and sidebar of your blog with a few clicks of the mouse.
How to configure proper layout on blog:
To customize your blog's layout, go to the Layout tab on most left side of blog's dashboard.How to arrange elements in your template In layout tab you can move elements by dragging, add gadgets and edit elements in templates.Editing elements in your template
You can edit following elements of template.Navbar: Select the color you'd like your Navbar to be.
Header: Add or edit the header of your blog, which includes your blog title and blog description.
Blog posts: Choose the number of posts to display on your main page.
Profile: Edit/add your profile title, 'About Me' description, and location.
Blog archive: Edit/add your blog archive title, display style and archive frequency.
How to add a gadget
You can add gadgets to your blog page or sidebar by clicking Add a gadget. This will open a pop-up window. Click + in the proper element section to add.SEO(Search Engine Optimization):
SEO is a tool to improve traffic on your blog.Perfect SEO of your blog or website allows your blog to get high rank in search engine.To be get high rank in search engine, your blog have SEO.How to do SEO on Blog:
Below are some tips which will aware you about perfect SEO of your blog.
Keywords:
Keywords is best feature of SEO.Use keyword in blog's post, article, title ,in image description and search deception.
Add Sharing Buttons
Adding social buttons on blog to share blog post on social media.This is big source to get high traffic on blog.
Add Original Content:
Pure and original content in blog post is big factor to be high in search engine.Avoid copy paste material in your blog's post.Use Short URL for blog:
Avoid large URL ans use short URL which will be easily memorable to your daily visitors.Search engine will take long time to search if you have select long URL for your blog.Interlinking to blog post:
Always interlink old post with new blog post.This is effective way of SEO.Submit blog in directories:
To more SEO, submit your blog in different directories to have high rank in search engine. Directory Submission List 2014Keywords:
Keywords is best feature of SEO.Use keyword in blog's post, article, title ,in image description and search deception.
Add Sharing Buttons
Adding social buttons on blog to share blog post on social media.This is big source to get high traffic on blog.
C# program to Find Worker efficiency using if_else statement
C# program to find Worker efficiency using if_else statement
Program statement:
In a company, worker efficiency is determined on the basis of the time required for a worker to complete a particular job. If the time taken by the worker is between 2 – 3 hours, then the worker is said to be highly efficient. If the time required by the worker is between 3 – 4 hours, then the worker is ordered to improve speed. If the time taken is between 4 – 5 hours, the worker is given training to improve his speed, and if the time taken by the worker is more than 5 hours, then the worker has to leave the company. If the time taken by the worker is input through the keyboard, find the efficiency of the worker.
Solution:
static void Main(string[] args)
{
double time;
Console.WriteLine("Enter the Worker's Time to complete Task:");
time = Convert.ToDouble(Console.ReadLine());
if (time >= 2 && time <=3)
Console.WriteLine("Good! Worked Efficiently");
else if(time>3 && time<=4)
Console.WriteLine("Improved Your working Speed");
else if(time>4 && time<=5)
Console.WriteLine("Required Tranning to improve Speed");
else if(time>5)
Console.WriteLine("Leave this company");
else
Console.WriteLine("No Result for this input");
Console.ReadLine();
}
Subscribe to:
Posts (Atom)



