121k views
2 votes
Which is not a key factor a programmer uses in selecting the language for a project?

User Pmad
by
7.0k points

1 Answer

4 votes

Answer:

Number of Inputs needed by a project

Step-by-step explanation:

There are various factors to be kept in mind while choosing a language to code a project like -

  • The resources available are compatible with the language or not.
  • Lines of code
  • Response time requirement of project
  • Portability of language
  • Web integration of project ,etc.

But the thing which does not affect the selection of a language is how many inputs are needed by the project as almost every language can accept numerous inputs where type of input can affect selection but the number cannot.

User Akshayb
by
6.7k points