90Techs

Home for the Programmer, Webmaster and Bloggers

13 December 2018

undefined undefined

EARN BY READING NEWS WHICH REFFERRING IS NOT A PROBLEM

Do you know that you can now get paid to read news online in Nigeria? If No now you know! with the NNU income Program, you can make easily 1,000 naira or more daily reading news, sharing sponsored post and commenting. Many people are not aware of the NNU income program and read news on their smart phones, ipad,...
undefined undefined

c# CODE TO TEST IF SOMEONE IS ELIGBLE TO VOTE

  using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Even{    class Program    {        static void Main(string[] args)        {                  ...
undefined undefined

GENERATING EVEN NUMBER IN VB

DIM N as IntegerINPUT "Enter Terminating Value", Nfor Dim i as Integer = 2 TO N step 2    ThenPrint iEnd LoopE...
undefined undefined

HOW TO CALCULATE MEAN IN C#

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Even{    class Program    {        static void Main(string[] args)        {                   ...
undefined undefined

START A BLOG IN 5 STEPS

The Steps Covered In This Blogging Guide It’s nowhere near as difficult as setting up a website from scratch (there’s very little technical ability needed here). In fact, there’s no coding required by you. Good news, huh? How to Start a Blog in 5 Steps: There’s five main steps you need to do in order to start a...
undefined undefined

HOW TO subtract TWO NUMBERS IN C#

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Even{    class Program    {        static void Main(string[] args)        {           ...
undefined undefined

USING C SHARP TO CALCULATE SIMPLE INTEREST

You can write a simple code to perform SI(Simple Interest), you can use C#to solve mathematical problems, just like some of the articles. The formular of simple interest is below and the solution.        I = PRT/100        using System;using System.Collections.Generic;using...
Page 1 of 41234Next