answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you count your lines and spaces?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What i mean is if i put two or more spaces continuously the output will come wrong in words count but spaces count is correct how can i achieve correct output?

Spaces are not words. Nor do you type spaces into words. Spaces separate words.


How many lines does the Great staff has?

11 lines and 10 spaces in the Great staff


C program to count number of word character line and space from gien text?

#include /*Program that counts characters, lines and spaces*/ /*Type Ctrl+Z on Windows to end, Ctrl+D on Linux*/ int main() { int c = 0; int characters = 0; int lines = 0; int spaces= 0; while((c = getchar()) != EOF) { characters++; if(c == '\n') lines++; if(c == ' ') spaces++; } printf("Characters: %d\nLines: %d\nSpaces: %d\n", characters, lines, spaces); return 0; }


How many lines does a musical staff have?

There are 11 lines and 10 spaces in a grand staff.


A series of five lines and four spaces where the notes are placed?

The answer to this riddle is "sheet music" or any other term for musical notation. The five lines and four spaces represent the lines and spaces on a staff. The notes are notes of music.


How is math used in playing hopscotch?

You have to count how many spaces that your rock went when you threw it and if you want to make it more educational then you can count how many spaces you hopped on


The lines of a staff are named what?

Any general staff has 5 lines and four spaces.


How do you count spaces with the function LEN in Excel?

LEN will count spaces in a cell as well as other characters. So there is no special way needed to count spaces as they will be included. If you are counting what is in cell A3 for example, then you would use the function: =LEN(A3) To count only the spaces in a cell and ignoring other characters, then you could try this approach: =LEN(A3)-LEN(SUBSTITUTE(A3," ","")) It gets the full length and then substracts the length of the text with the spaces removed.


What is a type of chord that consists of three pitches on consecutive lines or spaces?

A _____ is a type of chord that consists of three pitches on consecutive lines or spaces.


Why does the browser ignore white spaces and new lines in the HTML source code?

use this: <br> for new lines, and use this:   for spaces


What is a musical staff?

A staff in music is a set of horizontal lines and spaces. There is 5 lines and 4 spaces. Each represent a different pitch.


What is a staff in music?

A staff in music is a set of horizontal lines and spaces. There is 5 lines and 4 spaces. Each represent a different pitch.