To put it into simple terms, software is always a continuous
process of coding and updating, thus, you will never code and be done. Professional
software not only consists of programs that are developed for a client, but
also the compilation of documentation, configuration of data, support websites,
requirements, design manuals, and evolution to make these programs operational
and complete.
A professionally done software system consists of more than one
program and configuration files used to set up these programs.
Answer:
I will write the code in C++ and JAVA
Explanation:
<h2>
JAVA CODE</h2>
public class Main
{ public static void main(String[] args) {
// displays Gershwin,George
System.out.println("Gershwin,George"); } }
<h2>
C++ Code:</h2>
#include <iostream>
using namespace std;
int main()
{ cout<<"Gershwin,George";
}
// displays last name Gershwin followed by , followed by first name George
//displays Gershwin,George as output.
The bachelor's program at Eth Zurich is 3 years.
I hope this helps!
:-)