159 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for extr3mex

-Anyone know of any good basic GDB tutorials/resources?

Computer Science
Member Avatar for Max_14
0
703
Member Avatar for Abdullah_13

Hello eveyone, I want to write a MARIE code to perform the following program excerpt: If (x < y + z) { x = x – y; z=z+1; } else y=y-1; Instactions given: - Use β€œORG” instruction to start your program at address 200. - The following labels and directives …

Computer Science
Member Avatar for Abdelrhman_2
0
4K
Member Avatar for Abardean

Hi all I need assistance with the below code snippit. It calculates how many of salaries entered exceeds R100 000 or how many is below. With the below entries the lower count totals to 4 instead of 5. What am I doing wrong? Still new to this so please excude …

Computer Science c++
Member Avatar for Reverend Jim
0
218
Member Avatar for Abardean

Hi all I need assistance with the below code snippit. It calculates how many of salaries entered exceeds R100 000 or how many is below. With the below entries the lower count totals to 4 instead of 3. What am I doing wrong? Still new to this so please excude …

Computer Science c++
Member Avatar for Reverend Jim
0
205
Member Avatar for Kumar_1975

What is the c program for airline ticket reservation system using file handling?

Computer Science
Member Avatar for Reverend Jim
0
193
Member Avatar for Nightocoder201

Hello, I am working a program that starts at a direction and goes to the destination and reverse. I have reversed the list and used a if statement for the switching the directions from R (Right) and L (Left) but it doesnt want to work properly. My question is how …

Computer Science java
0
111
Member Avatar for Ilda_1

Hello! Can someone help me with coding in R ? I am new to R and I need to solve this project. It has been so many days I dont find a solution. This is the problem : You are an online movie and concert ticket service. Visitors go to …

Computer Science c++
Member Avatar for rproffitt
0
280
Member Avatar for mobeid1

Hello dears, can anyone help me with how to code this: Write MARIE code to: 1. Input a number and store it in X . 2. Y will be equal to β€œ

Computer Science
Member Avatar for rproffitt
0
194
Member Avatar for seb33

Hello I have a abstract class: import javax.swing.JOptionPane; public abstract class Question { static int nQuestions = 0; static int nCorrect = 0; String question; String correctAnswer; abstract String ask(); void check() { nQuestions++; String answer = ask(); if (answer.equals(correctAnswer)) { JOptionPane.showMessageDialog(null,"Correct!"); nCorrect++; } else { JOptionPane.showMessageDialog(null,"Incorrect. The correctanswer is …

Computer Science java
Member Avatar for JamesCherrill
0
255

The End.