answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How many strings does each ''main string instrument''have?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why is the violin in the string section?

Its main (and only) method of producing sound is the vibration of its strings, thus it belongs in the stringssection.


What three things are there of causing a string on a guitar to make a low note?

Thickness, length and tension are the main contributing factors in harmonic tone of a string. Materiel density (hardness), composition (such as wound strings vs. simple strings) how and where the string is struck and the acoustics of the instrument are also factors.


What happens when one string is appended to the end of another in Java?

This is called "concatenation", and pretty much just smashes the two Strings together. For example: import java.util.*; public class Example { public static void main(String[] args) { Scanner in = new Scanner(System.in); System.out.println("Please enter a string: "); String input = in.next(); System.out.println("Please enter another string: "); String input2 = in.next(); String together = input + input2; System.out.println("The strings concatenated yields: " + together); } } OUTPUT: Please enter a string: Hello Please enter another string: Goodbye The strings concatenated yields: HelloGoodbye As well, you can use String.nextLine() to get more than one word per string: import java.util.*; public class Example { public static void main(String[] args) { Scanner in = new Scanner(System.in); System.out.println("Please enter a string: "); String input = in.nextLine(); System.out.println("Please enter another string: "); String input2 = in.nextLine(); String together = input + input2; System.out.println("The strings concatenated yields: " + together); } }


How do you write a program that allows the user to enter any number of strings that will then be encoded decoded and then displayed to the console?

#include<iostream> #include<string> #include<vector> std::string encode (const std::string&); std::string decode (const std::string&); int main () { std::vector<string> strings; std::cout<<"Enter as many strings as you like (end with an empty string)\n"; while (true) { std::string input; std::cout<<"Enter a string: "; std::getline (std::cin, input); if (input.empty()) break; strings.push_back (encode (input)); } std::cout<<"You entered the following strings:\n"; for (auto s : strings) std::cout<<decode (s)<<std::endl; } Note that it is not possible to show the implementation details of the encode and decode functions since it is not clear from the question what the purpose of these functions is.


Why in java string args is passed in main method?

The String[] args parameter is an array of Strings passed as parameters when you are running your application through command line in the OS. The java -jar command will pass your Strings update and notify to your public static void main() method. To learn more about data science please visit- Learnbay.co


What are the fewest pieces of string that are needed to string a tennis racquet?

You actually only need one piece of string to string a racquet. The string has to be about 10m long though! it all depends on what you are looking for from the string. The most you should use though is two, one for the main strings (lengthways) and one for the crosses.


Why shouldn't we give other than string in the main function?

You can use variables with any type in 'main'. The parameters of 'main' are strings, but of course you can convert them into numbers (sscanf, atoi, strtol etc).


What is a string in programming?

A string is a process within a computer program. However, the word "process" is normally used for the main program, so you might think of it as a sub-process. In any case, the idea is that with threads, you can split up your code to run different processes simultaneously. If the computer has several available processors, the strings may really be running simultaneously; if there are more strings than processors, the operating system (or perhaps in some cases the runtime environment?) will simulate this, by alternating the available processors among the strings, so that each one runs for a short time, say, a few milliseconds.


What are the four sections of a classical orchestra?

The four main sections are strings, woodwinds, brass, and percussion.


How do write a function that receives two pointers to character strings where the function concatenates the two strings and prints the new concatenated string?

#include <iostream> #include <string> std::string* concat_print_strings(std::string* pStr1, std::string* pStr2 ) { std::string * strResult = new std::string( *pStr1 ); strResult->append( *pStr2 ); std::cout << strResult->c_str() << std::endl; return( strResult ); } int main() { std::string str1 = "This is a string."; std::string str2 = " And this is another string."; std::string* pStr = concat_print_strings( &str1, &str2 ); delete( pStr ); pStr = NULL; return( 0 ); }


How many strings does badminton racket have?

488


How many strings does the veena have?

It has 7 strings 4 main strings and 3 thala strings