Question: Need help writing this function. Using visual c# on Microsoft visual studio 2013. No other launguages please. Thank you Application Development for Business Processes Homework
Need help writing this function. Using visual c# on Microsoft visual studio 2013. No other launguages please. Thank you
Application Development for Business Processes Homework for Week 6 Instructor: Dr. Eran Rubin 1) Write a function named SeriesSum, which accepts as an input parameter an integer number, and shows in the debug window the sum of all the numbers up to, and including, that number. For example, if the function receives as input the number 4, the debug message will show 10 (since 10 is the result of 1+2+3+4; if the input is 6, the debug window will show 21 (1+2+3+4+5+6) a. 2) Write in the same project another function named CreateTwoDimArray, which accepts as an input parameter an integer number. This function initializes a two dimensional string array in which the number of rows and columns, are each of that number. Le. if the number received is 4, the function creates a 4X4 array. If the number received is 10, the function creates a 10X10 array, etc. The function also initializes all the cells in the array with the string value "Default"; 3) Create a form with two buttons. One will call the function described in (1), the other will call the function described in (2) Submit your zipped project directory
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
