對於這個非常新手的問題,我很抱歉,但這讓我很生氣。 我有一個詞。對於單詞的每個字母,找到一個數組中的字符位置,然後將該字符返回到並行數組(基本密碼)中找到的相同位置。這是我已經有: *array 1 is the array to search through*
*array 2 is the array to match the index positions*
var character
該程序的目的是從文件中的數據中填充兩個數組,第一列是部門編號,第二列是銷售的盒子。應該有15個部門的最大值,變量departmentNumber和boxesSold應該填充陣列 #include <iostream>
#include <string>
#include <fstream>
using namespace std;
int main()
{
int depa