Web development and programming
191828 questions • Page 3572 / 3837
can you please separate or indicate which is the css file and which is regular t
can you please separate or indicate which is the css file and which is regular thank you. Hands-On Exercises 1. Write the CSS for an id with the following atributes: float to the …
can you please solve and run the program Problem 2: in the following the C funct
can you please solve and run the program Problem 2: in the following the C function named ee takes as its first argument a two dimensional charanter array named arr with NR rows a…
can you please trasnfer this code to java #include #include
can you please trasnfer this code to java #include <iostream> #include <fstream> #include <string> using namespace std; int main() { // Input file characters. st…
can you please type the whole code and leave space where i have to write my name
can you please type the whole code and leave space where i have to write my name in Consider the following declaration: (1, 2) int account Num[75]; In this declaration, identify t…
can you please write a .java with two cases. one case is chooseing 5 random numb
can you please write a .java with two cases. one case is chooseing 5 random numbers from the range of (1-36) and the second case is choosing a 6 randoms numbers form the range of …
can you please write the code for this This assignment provides you with an oppo
can you please write the code for this This assignment provides you with an opportunity to work with one of the data structures we discussed in the last month of the semester: bin…
can you please write the test bench for this VHDL library IEEE; use IEEE.STD_LOG
can you please write the test bench for this VHDL library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_ARITH.all; use IEEE.STD_LOGIC_UNSIGNED.all; entity ff is port( c…
can you please write the test bench for this VHDL library IEEE; use IEEE.STD_LOG
can you please write the test bench for this VHDL library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_ARITH.all; use IEEE.STD_LOGIC_UNSIGNED.all; entity ff is port( c…
can you send me the code for the programming excercises17 and 18 in the text boo
can you send me the code for the programming excercises17 and 18 in the text book. my teacher is not very helpfull to meand i would like to know how to solve it. i tried it buti c…
can you show me the errors of this code ? #include #include
can you show me the errors of this code ? #include<conio.h> #include<iostream.h> #include <ctype.h> #include<iomanip.h> class thucvat { protected: char ten…
can you solve this c++ program please (codeblocks) Exercise #1: Guess a number W
can you solve this c++ program please (codeblocks) Exercise #1: Guess a number Write a program that chooses a random integer between 0 and 99. The user tries to guess the integer …
can you solve this in C++? (1) Generate a power plant output (random numbers bet
can you solve this in C++? (1) Generate a power plant output (random numbers between 500 and 1000 ) in megawatts over a period of 10 weeks. Each row of data contains 7 floating-po…
can you tell me ans for the quiz? Question 1 What is a disaster? Answers: The ab
can you tell me ans for the quiz? Question 1 What is a disaster? Answers: The ability of a company to recover from a catastrophe and get back to business as usual Any event or occ…
can you translate this to javascript please. import java.util.Scanner; import ja
can you translate this to javascript please. import java.util.Scanner; import java.util.ArrayList; import java.io.*; class NameRecord { private String _name; // The name being con…
can you verify the answers to these questions ? Algorithm X solves problems of s
can you verify the answers to these questions ? Algorithm X solves problems of size n by dividing them into nine subproblems of size n/3 (m/3) each. recursively solving each subpr…
can you write the code for SimpleBotModel and SimpleBot Controller SimpleBotMode
can you write the code for SimpleBotModel and SimpleBot Controller SimpleBotModel You will write a complete SimpleBotModel class in a later project, but you will need a SimpleBotM…
can you write the documentation of the code? public abstract class Monster exten
can you write the documentation of the code? public abstract class Monster extends VBox implements Action { private String name; protected double health = 25; protected Polygon tr…
can you write the documentation of the code? public class Color { static boolean
can you write the documentation of the code? public class Color { static boolean result; public boolean chooseColorPane(Monster[] enemies) { Stage PickColorStage = new St…
can you write the documentation of the code? public class Login { static boolean
can you write the documentation of the code? public class Login { static boolean result; private String name; private DataOutputStream fileOut; private File file; private Button i…
can\'t get this code to function properly can someone please help me. Below is t
can't get this code to function properly can someone please help me. Below is the assignment code and output. Thanks! 20.1 C++: Function with C string as argument Write a function…
can\'t open excel files emailed to me When I try to open an excel file emailed t
can't open excel files emailed to me When I try to open an excel file emailed to me it says that there is not enough memory. I need to close workbooks or free up disk space. Howev…
can\'t open excel files emailed to me When I try to open an excel file emailed t
can't open excel files emailed to me When I try to open an excel file emailed to me it says that there is not enough memory. I need to close workbooks or free up disk space. Howev…
can\'t quite get it to work, it would be helpful if you posted yourcode so i cou
can't quite get it to work, it would be helpful if you posted yourcode so i could compare. Thanks #include <iostream> #include <cstdlib> using namespace std; /* * Prot…
cananybody modify this below maze game program in c++ with pointersand recursion
cananybody modify this below maze game program in c++ with pointersand recursion concepts. Also if possible can anybody program atic-tac-toe game using pointers #include <iostr…
cannot figure out the errors. max_amount = 100 min_amount = 1 price = 5 order_am
cannot figure out the errors. max_amount = 100 min_amount = 1 price = 5 order_amount = float(input("Enter cheese order weight (numeric value):")) if (order_amount > max_amount)…
cannot form my shape with polygon data type in mysql. Please help SET @g =ST_geo
cannot form my shape with polygon data type in mysql. Please help SET @g =ST_geometryFromText( 'POLYGON((9 8,9 3,4 1,2 2,1 3,3 5,3 6,2 6,2 9,5 9,5 10,6 11,7 11,7 10,6 9,7 8,7 9,8 …
cant figure out how to add $20 to variables if it equals one of the three: pit,
cant figure out how to add $20 to variables if it equals one of the three: pit, rott, or dob also need total of all totals tried using "for" loop but its not coming out right here…
cant get a clearer image, zoom in? Your Task Implement a premade Flow Chart to c
cant get a clearer image, zoom in? Your Task Implement a premade Flow Chart to create the code it indicates. Project Requirements Design Phase documentation (printed out): Problem…
cant get sql code to execute, having trouble with foreign keys create table memb
cant get sql code to execute, having trouble with foreign keys create table member (member_id Integer NOT NULL , First_Name Varchar(100) , Last_Name Varchar(100) , SSN Char(9) , A…
cant get the code to work, Solution #include #include #include #include #include
cant get the code to work,
cant get this code to run in microsoft visual C++ 2010 -------------------------
cant get this code to run in microsoft visual C++ 2010 ----------------------------------------------------- #include<iostream> int main() { struct node { char m[]; node *ne…
canvas.un1.edu Yahoo Search Web Search Home - zyBooks 8.5. File input and output
canvas.un1.edu Yahoo Search Web Search Home - zyBooks 8.5. File input and output 8.7. Ch 8 Program: Playlist (... 8.4. Streams using Strings L9Pre: COMPUTER SCIENCE. Providing Con…
caps lock Chapter 3 Arithmetic for Computers 184 Multiplicand Shift left 64 bits
caps lock Chapter 3 Arithmetic for Computers 184 Multiplicand Shift left 64 bits Multiplier 64-bit ALU Shift right 32 bits Product Control test Write 64 bits FIGURE 3.3 First vers…
car-instrument simulator design a set of classes that work together to simulate
car-instrument simulator design a set of classes that work together to simulate a car's fuel gauge and odometer. that classes you will design are as follows: the FuelGauge class: …
cards.html Page title In the , set the title of the page to “Deck of Cards
cards.html Page title In the <head>, set the title of the page to “Deck of Cards” Link external JavaScript file In the <head>, use the <script> tag to link in th…
cards.py:https://www.cse.msu.edu/~cse231/Online/Labs/Lab11/cards.py lab11a.py:ht
cards.py:https://www.cse.msu.edu/~cse231/Online/Labs/Lab11/cards.py lab11a.py:https://www.cse.msu.edu/~cse231/Online/Labs/Lab11/lab11a.py lab11b.py:https://www.cse.msu.edu/~cse231…
cards.py:https://www.cse.msu.edu/~cse231/Online/Labs/Lab11/cards.py lab11a.py:ht
cards.py:https://www.cse.msu.edu/~cse231/Online/Labs/Lab11/cards.py lab11a.py:https://www.cse.msu.edu/~cse231/Online/Labs/Lab11/lab11a.py Just need to do part 1. abcd of 1 should …
cards.py:https://www.cse.msu.edu/~cse231/Online/Labs/Lab11/cards.py lab11b.py:ht
cards.py:https://www.cse.msu.edu/~cse231/Online/Labs/Lab11/cards.py lab11b.py:https://www.cse.msu.edu/~cse231/Online/Labs/Lab11/lab11b.py strings.txt:https://www.cse.msu.edu/~cse2…
carefully and make sure that you have met each specification. This assignment us
carefully and make sure that you have met each specification. This assignment uses almost every item that we have covered this semester so spend considerable time planning your ap…
cars coming from the north and the south arrive at a one lanebridge. cars headin
cars coming from the north and the south arrive at a one lanebridge. cars heading in the same direction can cross thebridge at the same time, but cars heading in opposite directio…
cars.php Language Run Settings. view untitled php Untitled 2.php connection.php
cars.php Language Run Settings. view untitled php Untitled 2.php connection.php cars php Untitled 3.php cars.html php allychild94 include once connection.php as chattoogabell... i…
case 5-2 Your are asked to check your company\'s configurations to determine if
case 5-2 Your are asked to check your company's configurations to determine if any filters should be built to stop certain ICMPv6 traffic. Your supervvisor ask for a list of ICMPv…
case study-1 A not-for-profit medical research center a. Develop an estimated du
case study-1 A not-for-profit medical research center a. Develop an estimated duration for each activity. b. Using a required project completion time of 180 days calculate the ES,…
case tools will automatically perform many steps in the conversion of ER diagram
case tools will automatically perform many steps in the conversion of ER diagrams to relations. Which of the following is true about CASE conversions? Select one: a. It is better …
case: Consolidate Tier 1 support desks (answer questions below the case and any
case: Consolidate Tier 1 support desks (answer questions below the case and any links that might be helpful) You are the project manager responsible to implement a consolidated Ti…
case: Consolidate Tier 1 support desks **What RESOURCES are needed for this? Wha
case: Consolidate Tier 1 support desks **What RESOURCES are needed for this? What might be the costs of each of the resources for this?( Read case below) Please provide any useful…
cat u are using an unsupported browser Please see our syste CHALLENGE5.11.1: Row
cat u are using an unsupported browser Please see our syste CHALLENGE5.11.1: Row sort This tool is provided by a third party. Though your activity may be recorded, a page refresh …
catalog.txt 10 Singing in the Rain 1952 0 10 2 20 Star Wars 1977 2 20 7 30 Wonde
catalog.txt 10 Singing in the Rain 1952 0 10 2 20 Star Wars 1977 2 20 7 30 Wonder Woman 2017 3 10 0 40 The Mummy 1999 3 9 3 50 The Shawshank Redemption 1994 4 3 1 60 The Mummy 201…
categories CategorylD INT(11) CategoryDescription VARCHAR( 75) Custom erID INT(1
categories CategorylD INT(11) CategoryDescription VARCHAR( 75) Custom erID INT(11) CustFirstName VARCHAR(25) CustLastName VARCHAR(25) CusstreetAddress VARCHAR(50) CustCity VARCHAR…
categories CategorylD INT(11) CategoryDescription VARCHAR( 75) Custom erID INT(1
categories CategorylD INT(11) CategoryDescription VARCHAR( 75) Custom erID INT(11) CustFirstName VARCHAR(25) CustLastName VARCHAR(25) CusstreetAddress VARCHAR(50) CustCity VARCHAR…
Subject
Web development and programming
Use Browse or pick another subject.