i have to compare the C,C++,C# and Java languages complexity for an activity, i need to know what is lowest complex language from above 4. i have to done that using the cyclomatic complexity method mccabe. i think it would better to show a one program using all 4 languages and show what is the lowest one, but i dont know what shuld be the that program. ANY HELP PLEASE...
C# and Java are way less complex than C and C++. C# and Java are managed enviroment langauges and manages your memeory for you. Running in a managed enviroment makes it easier to keep the error to minimum.