in a certain coded language, 'EXPLAINATION' is written gzrncpcvkqp. how is 'DESCRIPTIVE' written in that code?
Answers
Answer:
A computer programmer, sometimes called a software developer, a programmer or more recently a coder, is a person who creates computer software. The term computer programmer can refer to a specialist in one area of computers, or to a generalist who writes code for many kinds of software.
Step-by-step explanation:
Variables are the simplest stuff in programming, which is used to store information that will be processed by the programs. Every variable has name and value. Value can be anything depending on program needs. On the other hand, variable naming is a trivial matter in writing a good code.
Lots of developers (which does not exclude me), tend to mess up with variables when writing codes. Even sometimes, when developer starts a project, they named variable properly at first.
Later on at certain point, developer does not care anymore and will they come up with anything to finish their application quickly, without thinking further a single carelessly named variable could be a troublesome in the future.