Discussions Q&R
I want write once program but I can't!, if we write "cout<<"Hello world" ; in a console we can see momental"hello world" and nothing, but now I want see hello world like a gif animation, every letters must be showing step by step, first "H" second "e" and "l" all letters step by step in every sek time, it's possible?, excuse me I am Russian.
 0 Vote
 2 Réponsesusing System;
namespace GoodProgrammerTest 
{
class Program 
{
static void Main(string[] args) 
{
Console.Write("Enter Yes or No");
Console.Write(
"Do you programme every day? : ") ;
int answer = Console.ReadLine();
if (answer =="Yes") 
{
Console.WriteLine(
"You will be a good programmer");
} 
else
{
Console.WriteLine(
"You will not be a good programmer");
} 
} 
} 
} 
 2 Votes
 3 Réponseshello every one
it is a usefull advice  in learning this html course , leave  html5 at the bigining & learn java script completly because  in some sections (from 10/19 to end of the course) you need basic & even advance knowledge of JS . then your able to return to previous course & learn html5 easier.
goodluck.
 1 Vote
 3 RéponsesCSS The text-indent property I do not understand why you would use this when the </br> tag takes the text back to the left hand side of the page, and as soon as I start a new class the first line of text in a paragraph even with a class it imprints onto every other paragraph like it or not. Why is this please? 
 0 Vote
 2 RéponsesAujourd'hui en vedette
How create a new language ?
 1 Votes
Beginner question
 0 Votes
I need help to solve this
 0 Votes
Project
 0 Votes