Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~5K People Reached
About Me

I am an IT Audit professional working with clients from multiple sectors, primary being banking sector. I look forward to sharing my knowledge with the community and to gain knowledge from other experienced members in the community.

Interests
Reading books, IT professional services and PS4 gaming
PC Specs
Intel i7, AMD Radeon HD 6730M
Favorite Tags
Member Avatar for jerry12

Tell me the best antivirus that protect my PC from malware issues and keep secure all the data that i have in my computer.

Member Avatar for Amy_11
0
1K
Member Avatar for jaiop

{ SumOddEven(A,n) //A is array and n is size of array { int count, sum; for(int i = 1; i<=n; i++) { sum_even=0; sum_odd=0; for(int j = i; j<=n; j++) { if (A[j] Mod 2 == 0) //check if number is even sum_even=sum_even+A[j] //Sum even numbers else sum_odd=sum_odd+A[j] //Sum odd …

Member Avatar for dannyniu
0
306
Member Avatar for rch1231

I was stumbling trough the inter net the other day when I came across a company offering Free (3 systems or less) software to help find your Laptop, Tablet, phone, etc. should it be misplaced or stolen. Not a unique idea I know but they had some interesting features besides …

Member Avatar for CimmerianX
0
338
Member Avatar for renagadejesus

So the question is a 2 parter. I believe I have the part a completed right, but not 100% where to add in the second part. The first question is as follows: A. Create an application named Numbers whose main() method hold two integer variables. Assign values to the variables. …

Member Avatar for Dean_williams
0
347
Member Avatar for panadol

Can anybody help me on how tO create 4 function for uno card game? 1. Create Deck 2.Shuffle deck 3. Valid selection 4. Play

Member Avatar for Dean_williams
0
83
Member Avatar for woomar

Is it possible to make some Junit tests that assertTrue (condition, throw some exeption) if condition was false or if condition would throw something, say assertEquals (codition, new Excepption) ?

Member Avatar for somjit{}
0
212
Member Avatar for docamitverma

I want to make data entry form which inserts data to MySQL. Select (Dropdown) from List A --- Values of dropdown to be populate from database A Select (Dropdown) from List B ---- Values of dropdown to be populated from database B .... .... and so on Select (Dropdown) from …

Member Avatar for Dean_williams
0
79
Member Avatar for chrisschristou

i do addition for 2 variable but i get only the second variable as done <?php $totalpay= ($row_panier['prix']+$shipping1);?> <input name="total" type="text" value="<?php echo $totalpay; ?>" readonly> only the number of $shipping one is show on navigator

Member Avatar for diafol
0
79
Member Avatar for reincom

# How to show this loop inside a frame? # String R="Reserved"; String A="Available"; String name; int option; int roomNumber; int value=6; String reserveRoom[] = new String[value]; Scanner in = new Scanner(System.in); System.out.print("\n*****WELCOME!*****\n"); System.out.print("Enter your name:\n"); name=in.nextLine(); System.out.print("ROOM #. STATUS\n"); roomNumber=1; for(int i=1;i<value;i++) { reserveRoom[i]=A; System.out.println(" " +roomNumber + "\t …

Member Avatar for Dean_williams
0
187
Member Avatar for Dean_williams

Hello. I am having a tough time understanding the concept of double linked list. For now, i understand double linked list has 2 links, one forward and another one previous. data is in the middle. when inserting must check where to insert. if previous is equal to null, then can …

Member Avatar for Dean_williams
0
229
Member Avatar for rithish

i would like to start data structures in c langauage.but i dont know even what is data structure and 0% about data structure.can u suggest me some books for data structure in c?????

Member Avatar for rubberman
0
112
Member Avatar for I_m_rude

hi, 1. actually i was reading some text from my book and i come across this expression. I am not getting what it means. here it goes, typedef int (*HIG) (int,int); And "sizeof" can't be used in #if because the preprocessor does not parse type names. What this statement means …

Member Avatar for Perry31
0
112
Member Avatar for gosensgo87

**Hello i am a noob when it comes to java so sorry if its obvious but the code below is giving me a error when i try to compile it, the error is: Exception in thread "main" java.lang.Error: Unresolved compilation problem: at goodcalculator.main(goodcalculator.java:127). Can anyone help me? ** CODE: import …

Member Avatar for JamesCherrill
0
302
Member Avatar for on93

need help for this question Calculate the biggest of four integers. The user inputs four integers. Your program will determine the biggest of these four numbers and print out an appropriate message, specifying this biggest value. You are required to implement and use the following functions for this task: int …

Member Avatar for on93
0
121
Member Avatar for Perry31

Hi, Anyone suggest/Explain code optimization, time complexity of program. I came across Big O(n), Big O(...). can anyone explain what these means and how to find these for programs. -- Thanks in advance

Member Avatar for Perry31
0
678
Member Avatar for vaironl

I'm trying to learn exactly what is MVC or MVC patterns in code. I have done some research to a point where I believe I understand the meaning and use of this idea... But I do not entirely understand the concept. Is MVC( Model View Controller) pretty much, trying to …

Member Avatar for Dean_williams
0
177
Member Avatar for Dean_williams

Hello. I was searching on how to copy the string from the first point in the file to the index of comma -1. I have a .mrk file that i would be reading. My idea is that the loop will go through the file and find the comma. There will …

Member Avatar for Dean_williams
0
211
Member Avatar for Dean_williams

Hello. I am new to this forum. I want to know exactly how long does any posts gets replies here.How long does a post stay in this forum. Does it get deleted after a period of time??. Thank you.

Member Avatar for Dean_williams
0
137